我最近在我的平台上安装了 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
现在我不确定我应该如何解释这个输出。它是预期的输出吗?
另外,我应该如何处理此处提交的<不支持>,在运行命令之前我需要启用什么来支持此文件吗?