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>
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user