Skip to content

Instantly share code, notes, and snippets.

View alecGraves's full-sized avatar
🌵

Alec Graves alecGraves

🌵
View GitHub Profile
@abel0b
abel0b / install-linux-perf-on-wsl2.sh
Last active May 27, 2024 13:44
Install perf on WSL 2
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