最近、自分のプラットフォームに Perf ツールをインストールし、それを自分のプラットフォームのプロファイリングに使用したいと考えました。スタンドアロン アプリケーションのプロファイリングを開始しました。以下のコマンドを使用しました
perf start ./helloworld
「./helloworld」のパフォーマンス カウンター統計:
4.555957 task-clock # 0.000 CPUs utilized
1 context-switches # 0.219 K/sec
0 cpu-migrations # 0.000 K/sec
124 page-faults # 0.027 M/sec
<not supported> cycles
<not supported> stalled-cycles-frontend
<not supported> stalled-cycles-backend
<not supported> instructions
<not supported> branches
<not supported> branch-misses
60.005519331 seconds time elapsed
この出力をどのように解釈すればよいかわかりません。期待される出力ですか?
また、ここに入力された < サポートされていません > をどうすればよいですか?コマンドを実行する前に、このファイルをサポートするために有効にする必要があるものはありますか?