Hi, I'm taking a course in school.
The teacher wants us to install "perf" to see how our coding performs.
I've seen posts about compiling one with no luck. (aarch64)
Most of them say make -C <kernel source root directory>/tools/perf would do the trick.
On some web pages I see java may be required. (keyword: export JDIR="/usr/lib/jvm/open-jdk")
Is it perhaps locked in the kernel ?
I've never successfully compiled a kernel before.
Or do you have it around in your kernel build directory ?