Skip to content

Instantly share code, notes, and snippets.

@diegopacheco
Created November 16, 2023 08:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diegopacheco/c5f4b4a876900e58620f8e153805d26d to your computer and use it in GitHub Desktop.
Save diegopacheco/c5f4b4a876900e58620f8e153805d26d to your computer and use it in GitHub Desktop.
Install PERF ubuntu 20
git clone --depth 1 https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
cd linux/tools/perf
make
cp perf /usr/bin
sudo apt-get install libpython3.11-dev
perf -v
perf version 6.7.rc1.gc42d9eeef8e5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment