David Ahern
2cee77c450
perf stat: clarify unsupported events from uncounted events
...
perf stat continues running even if the event list contains counters
that are not supported. The resulting output then contains <not counted>
for those events which gets confusing as to which events are supported,
but not counted and which are not supported.
Before:
perf stat -ddd -- sleep 1
Performance counter stats for 'sleep 1':
0.571283 task-clock # 0.001 CPUs utilized
1 context-switches # 0.002 M/sec
0 CPU-migrations # 0.000 M/sec
157 page-faults # 0.275 M/sec
1,037,707 cycles # 1.816 GHz
<not counted> stalled-cycles-frontend
<not counted> stalled-cycles-backend
654,499 instructions # 0.63 insns per cycle
136,129 branches # 238.286 M/sec
<not counted> branch-misses
<not counted> L1-dcache-loads
<not counted> L1-dcache-load-misses
<not counted> LLC-loads
<not counted> LLC-load-misses
<not counted> L1-icache-loads
<not counted> L1-icache-load-misses
<not counted> dTLB-loads
<not counted> dTLB-load-misses
<not counted> iTLB-loads
<not counted> iTLB-load-misses
<not counted> L1-dcache-prefetches
<not counted> L1-dcache-prefetch-misses
1.001004836 seconds time elapsed
After:
perf stat -ddd -- sleep 1
Performance counter stats for 'sleep 1':
1.350326 task-clock # 0.001 CPUs utilized
2 context-switches # 0.001 M/sec
0 CPU-migrations # 0.000 M/sec
157 page-faults # 0.116 M/sec
11,986 cycles # 0.009 GHz
<not supported> stalled-cycles-frontend
<not supported> stalled-cycles-backend
496,986 instructions # 41.46 insns per cycle
138,065 branches # 102.246 M/sec
7,245 branch-misses # 5.25% of all branches
<not counted> L1-dcache-loads
<not counted> L1-dcache-load-misses
<not counted> LLC-loads
<not counted> LLC-load-misses
<not counted> L1-icache-loads
<not counted> L1-icache-load-misses
<not counted> dTLB-loads
<not counted> dTLB-load-misses
<not counted> iTLB-loads
<not counted> iTLB-load-misses
<not counted> L1-dcache-prefetches
<not supported> L1-dcache-prefetch-misses
1.002397333 seconds time elapsed
v1->v2:
changed supported type from int to bool
v2->v3
fixed vertical alignment of new struct element
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1306767359-13221-1-git-send-email-dsahern@gmail.com
Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2011-06-02 13:26:15 -03:00
..
2011-05-26 11:16:29 -03:00
2011-03-23 19:28:58 -03:00
2011-05-10 10:20:07 +02:00
2010-05-18 23:03:35 -03:00
2009-07-01 12:49:48 +02:00
2011-03-11 13:28:45 -03:00
2011-02-22 12:02:07 -03:00
2010-05-02 12:00:44 -03:00
2011-03-23 19:28:58 -03:00
2010-05-20 12:15:33 -03:00
2011-01-31 18:08:39 -02:00
2011-01-29 16:25:37 -02:00
2011-01-29 16:25:37 -02:00
2011-04-08 17:40:21 +02:00
2011-02-16 13:30:48 +01:00
2010-04-02 16:28:15 -03:00
2010-04-02 16:28:15 -03:00
2010-06-05 09:34:04 -03:00
2011-01-22 19:56:30 -02:00
2011-01-22 19:56:30 -02:00
2009-11-23 21:55:20 +01:00
2011-03-29 13:40:27 -03:00
2011-03-29 13:40:27 -03:00
2009-12-28 10:36:36 +01:00
2009-12-28 10:36:36 +01:00
2011-06-02 11:04:54 -03:00
2011-06-02 11:04:54 -03:00
2011-06-02 11:04:54 -03:00
2011-06-02 11:04:54 -03:00
2011-06-02 11:04:54 -03:00
2011-06-02 13:26:15 -03:00
2011-02-18 07:43:06 -02:00
2010-05-18 23:03:35 -03:00
2011-05-26 11:15:25 -03:00
2011-05-22 03:12:29 +02:00
2010-05-18 23:03:35 -03:00
2009-09-24 21:27:51 +02:00
2011-03-06 13:13:40 -03:00
2011-03-23 19:28:58 -03:00
2010-05-02 12:00:44 -03:00
2009-09-24 21:27:51 +02:00
2011-01-22 23:41:57 -02:00
2010-10-21 16:11:44 -02:00
2009-06-27 06:06:39 +02:00
2011-05-17 20:45:36 +02:00
2011-03-14 17:07:20 -03:00
2010-05-17 16:22:41 -03:00
2010-12-06 15:33:29 -02:00
2010-08-21 11:22:47 -03:00
2011-03-16 08:59:50 -03:00
2011-04-05 15:36:04 -03:00
2011-01-28 09:20:25 -02:00
2011-05-10 17:06:23 +02:00
2011-03-29 13:40:27 -03:00
2010-05-14 20:05:21 -03:00
2010-08-10 16:11:08 -03:00
2011-06-02 13:21:26 -03:00
2010-05-18 23:03:35 -03:00
2010-05-18 23:03:35 -03:00
2010-05-18 23:03:35 -03:00
2010-05-18 23:03:35 -03:00
2011-06-02 11:04:54 -03:00
2011-05-22 03:38:36 +02:00
2011-03-29 16:46:57 -03:00
2010-05-18 23:03:35 -03:00
2010-05-18 23:03:35 -03:00
2010-12-06 15:12:34 -02:00
2010-08-22 20:43:17 +02:00
2010-05-18 23:03:35 -03:00
2010-05-18 23:03:35 -03:00
2011-03-04 01:17:18 +01:00
2011-01-28 09:19:38 -02:00
2011-03-31 11:26:23 -03:00
2009-12-15 20:22:01 +01:00
2009-12-15 20:22:02 +01:00
2011-02-28 08:56:14 +01:00
2009-09-24 21:27:51 +02:00
2011-05-26 11:15:25 -03:00
2011-05-26 11:15:25 -03:00
2011-01-24 10:59:00 -02:00
2011-01-24 10:59:00 -02:00
2011-01-24 10:59:00 -02:00
2011-01-24 10:59:00 -02:00
2011-03-11 13:28:45 -03:00
2011-03-11 13:36:01 -03:00
2011-01-03 16:39:04 -02:00
2011-05-05 23:16:54 -07:00
2010-05-20 08:37:17 +02:00
2011-03-23 19:28:58 -03:00
2011-03-23 19:28:58 -03:00
2011-01-22 23:41:57 -02:00
2009-06-07 17:31:52 +02:00
2011-01-03 16:50:55 -02:00
2011-02-18 07:42:07 -02:00
2011-01-22 23:41:57 -02:00
2009-09-24 21:27:51 +02:00
2010-05-18 23:05:28 -03:00
2011-01-03 16:39:04 -02:00
2011-01-03 16:39:04 -02:00