Last updated 6 years ago
Was this helpful?
Unlike other tools, we usually build perf from source code. While the step sounds easy.
git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
cd linux/tools/perf/ make
Then you would see perf in the same directory.
For more detail, take a look at .