aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/perf/builtin-report.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-report.c b/tools/perf/builtin-report.c
index 1e2f5dde312c..f86bb07c0e84 100644
--- a/tools/perf/builtin-report.c
+++ b/tools/perf/builtin-report.c
@@ -982,7 +982,7 @@ process_overflow_event(event_t *event, unsigned long offset, unsigned long head)
982 chain->nr); 982 chain->nr);
983 983
984 for (i = 0; i < chain->nr; i++) 984 for (i = 0; i < chain->nr; i++)
985 dprintf("..... %2d: %p\n", i, (void *)chain->ips[i]); 985 dprintf("..... %2d: %016Lx\n", i, chain->ips[i]);
986 } 986 }
987 if (collapse_syscalls) { 987 if (collapse_syscalls) {
988 /* 988 /*