]> bbs.cooldavid.org Git - net-next-2.6.git/commit
perf report: Make -D print sampled CPU
authorStephane Eranian <eranian@google.com>
Fri, 28 May 2010 10:08:01 +0000 (12:08 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sat, 5 Jun 2010 12:32:24 +0000 (09:32 -0300)
commit761844b9c68b3c67b085265f92ac0675706cc3b3
tree03b3466f0e098c6c5dfa7c6712d67f3a5528264d
parent58cc1a9e3b11a84e66c4d3a4cc9073f2cb0ecabb
perf report: Make -D print sampled CPU

It is useful to know on which CPU a sample was captured on.
The information is captured with perf record -R but it was
not printed out by perf report -D. This patch adds this.

When -R is not used, cpu is set to -1to indicate that
the CPU is unknown (it is not captured).

Cc: David S. Miller <davem@davemloft.net>
Cc: Frédéric Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Tom Zanussi <tzanussi@gmail.com>
LKML-Reference: <4bff964c.e88cd80a.3106.7d31@mx.google.com>
Signed-off-by: Stephane Eranian <eranian@google.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-report.c
tools/perf/util/event.c