3

Linuxでperfツールを使用しています。通常、「perf annotate」を実行しても出力が得られません。. 「perf report」を実行すると、必要なレポートが得られます。

コードの注釈出力を 1 回だけ正常に取得できました。そして今、空白の出力が表示され続けます。

それとは別に、perf を実際にインストールできなかったので、make を実行したところ、./perf? を実行できました。これは問題の原因になりますか?

教えていただけますか?

ありがとうございました

4

1 に答える 1

2

I had this problem today as well... It seems to come from corrupted perf caches. I'm not entirely sure what the problem is.

Removing the caches helped for me:

rm -r ~/.debug/
于 2015-01-15T14:54:13.317 に答える