Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion linux-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Hopefully Microsoft will publish this and we don't have to do this ourselves.
Success will look like deleting this repo. Versions might need to change.

1. apt install libbabeltrace-ctf-dev systemtap-sdt-dev libslang2-dev libelf-dev libunwind-dev libdw-dev libiberty-dev
1. git clone https://github.com/microsoft/WSL2-Linux-Kernel
1. git clone --depth=1 https://github.com/microsoft/WSL2-Linux-Kernel
1. cd WSL2-Linux-Kernel/tools/perf
1. make
1. make install DESTDIR=/tmp/linux-tools-4.19.104-microsoft-standard prefix=/usr
Expand Down