Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robinvanemden/7f4d0079f903ee76bc58bb78250757ec to your computer and use it in GitHub Desktop.
Save robinvanemden/7f4d0079f903ee76bc58bb78250757ec to your computer and use it in GitHub Desktop.
Install perf on WSL 2
set -x
apt install flex bison
git clone https://github.com/microsoft/WSL2-Linux-Kernel --depth 1
cd WSL2-Linux-Kernel/tools/perf
make -j8
sudo cp perf /usr/local/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment