diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-06-13 07:35:00 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-06-13 07:40:03 -0400 |
commit | 44175b6f397a6724121eeaf0f072e2c912a46614 (patch) | |
tree | 3a4f703fd90c9c10fa0fd1c88c51abfbb1f40003 /tools/perf/util | |
parent | f4db43a38f7387c3b19c9565124c06ab0c5d6e9a (diff) |
perf stat: Reorganize output
- use IPC for the instruction normalization output
- CPUs for the CPU utilization factor value.
- print out time elapsed like the other rows
- tidy up the task-clocks/cpu-clocks printout
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools/perf/util')
-rw-r--r-- | tools/perf/util/parse-events.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/util/parse-events.c b/tools/perf/util/parse-events.c index 5a72586e1df0..f0c9f2627fe1 100644 --- a/tools/perf/util/parse-events.c +++ b/tools/perf/util/parse-events.c | |||
@@ -63,8 +63,8 @@ static char *hw_event_names[] = { | |||
63 | }; | 63 | }; |
64 | 64 | ||
65 | static char *sw_event_names[] = { | 65 | static char *sw_event_names[] = { |
66 | "cpu-clock-ticks", | 66 | "cpu-clock-msecs", |
67 | "task-clock-ticks", | 67 | "task-clock-msecs", |
68 | "page-faults", | 68 | "page-faults", |
69 | "context-switches", | 69 | "context-switches", |
70 | "CPU-migrations", | 70 | "CPU-migrations", |