perf report: Fix format string for x86-32 compilation
commit04480d01105324dc5b77ca3fbdf85037a7d80dbb
authorJiri Olsa <jolsa@redhat.com>
Wed, 2 May 2012 11:37:07 +0000 (2 13:37 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 9 May 2012 14:27:08 +0000 (9 11:27 -0300)
tree72528c9d0d78afa8d19c85f37c0ff2625f3fa91e
parent80eebd94d2090cf9e13ecdc305a0cf7996fa0070
perf report: Fix format string for x86-32 compilation

Using PRIu64 for printing out u64 nr_events to fix compilation
for x86 32 bits.

Cc: Arun Sharma <asharma@fb.com>
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Cc: Cyrill Gorcunov <gorcunov@openvz.org>
Cc: Frank C. Eigler <fche@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Robert Richter <robert.richter@amd.com>
Cc: Stephane Eranian <eranian@google.com>
Cc: Tom Zanussi <tzanussi@gmail.com>
Cc: Ulrich Drepper <drepper@gmail.com>
Link: http://lkml.kernel.org/r/1335958638-5160-7-git-send-email-jolsa@redhat.com
Signed-off-by: Jiri Olsa <jolsa@redhat.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-report.c