perf session: Event statistics also are per session
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Frédéric Weisbecker <fweisbec@gmail.com> Cc: Mike Galbraith <efault@gmx.de> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Paul Mackerras <paulus@samba.org> LKML-Reference: <1260810361-22828-1-git-send-email-acme@infradead.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
committed by
Ingo Molnar
parent
c019879bcc
commit
f823e441ab
@ -487,7 +487,7 @@ static int __cmd_annotate(void)
|
||||
dsos__fprintf(stdout);
|
||||
|
||||
perf_session__collapse_resort(session);
|
||||
perf_session__output_resort(session, event__total[0]);
|
||||
perf_session__output_resort(session, session->event_total[0]);
|
||||
perf_session__find_annotations(session);
|
||||
out_delete:
|
||||
perf_session__delete(session);
|
||||
|
Reference in New Issue
Block a user