diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-06-13 13:35:00 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-06-13 13:40:03 +0200 |
commit | 44175b6f397a6724121eeaf0f072e2c912a46614 (patch) | |
tree | 3a4f703fd90c9c10fa0fd1c88c51abfbb1f40003 /tools/perf/util | |
parent | f4db43a38f7387c3b19c9565124c06ab0c5d6e9a (diff) | |
download | kernel-crypto-44175b6f397a6724121eeaf0f072e2c912a46614.tar.gz kernel-crypto-44175b6f397a6724121eeaf0f072e2c912a46614.tar.xz kernel-crypto-44175b6f397a6724121eeaf0f072e2c912a46614.zip |
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 5a72586e1df..f0c9f2627fe 100644 --- a/tools/perf/util/parse-events.c +++ b/tools/perf/util/parse-events.c @@ -63,8 +63,8 @@ static char *hw_event_names[] = { }; static char *sw_event_names[] = { - "cpu-clock-ticks", - "task-clock-ticks", + "cpu-clock-msecs", + "task-clock-msecs", "page-faults", "context-switches", "CPU-migrations", |