]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
perf report: Print out the total number of events
authorIngo Molnar <mingo@elte.hu>
Thu, 4 Jun 2009 12:21:16 +0000 (14:21 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 4 Jun 2009 12:21:16 +0000 (14:21 +0200)
So that the statistical quality of the profile can be estimated at a glance.

Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Cc: Marcelo Tosatti <mtosatti@redhat.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Documentation/perf_counter/builtin-report.c

index 15fe9dae792b006a7154740aa37d9e0e178850df..be392e0f77c6e2ac9cb6c8297b6a433a293b542c 100644 (file)
@@ -721,6 +721,8 @@ static size_t output__fprintf(FILE *fp, uint64_t total_samples)
        struct rb_node *nd;
        size_t ret = 0;
 
+       fprintf(fp, "#\n");
+       fprintf(fp, "# (%Ld profiler events)\n", (__u64)total_samples);
        fprintf(fp, "#\n");
 
        fprintf(fp, "# Overhead");