linux/tools/perf/util/ui/browsers
Ashay Rane cc68628096 perf report: Correct display of samples and events in header
This patch prints the number of samples and the count of performance
events separately.

This allows comparing performance of different applications with each
other.

Previously, the sample count was displayed against an 'Events:' heading.
With this patch, the header now reads (for example):

Samples: 5K of event 'instructions'
Event count (approx.): 2993026545

The patch covers both the stdio and the browser interface.

Signed-off-by: Ashay Rane <ashay.rane@tacc.utexas.edu>
[ committer note: Fixed wrt e7f01d1 ]
Link: http://lkml.kernel.org/n/tip-h4nfjm8msedlk8gxkzivfh5y@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2012-04-07 17:29:41 -03:00
..
annotate.c perf annotate browser: Initial support for navigating jump instructions 2012-04-07 16:14:23 -03:00
hists.c perf report: Correct display of samples and events in header 2012-04-07 17:29:41 -03:00
map.c perf tools: Remove unnecessary ctype.h inclusion 2012-01-30 18:37:35 -02:00
map.h