Linux

我在哪裡可以獲得 Perf 工具的原始碼包

  • November 1, 2013

我正在尋找 perf 工具的源包,我想為 ARM Linux 編譯,我已經建立了交叉編譯工具鏈。

我已經編譯了 oprofile 並從 sourceforge.net 獲取了它的原始碼(Oprofile-0.9.8.tar.bz2)。

誰能指出我的性能工具源?

的原始碼perf包含在Linux 核心原始碼樹tools/perf.

引用自:https://unix.stackexchange.com/questions/98399