Linux
如何編譯、安裝和執行核心/工具中的工具?
核心中有一些工具,
<kernel source root directory>/tools
perf 就是其中之一。
在 ubuntu 中,我認為此文件夾中的工具可作為 linux-tools 包使用
如何從原始碼編譯它並安裝並執行它?
以下有什麼問題?
make -C <kernel source root directory>/tools/perf
現在:
make -C tools/ perf_install prefix=/usr/