diff options
author | Ingo Molnar <mingo@elte.hu> | 2011-03-11 09:28:31 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2011-03-11 09:28:31 +0100 |
commit | 137ee20ddd10fdc20600c389fe63edab0c39cb1a (patch) | |
tree | f2f9db93cbbe1929d2c3380658a546a748181dc9 /tools/perf/builtin-report.c | |
parent | 4a0b1665db09cf2da9ad7d0f12da386373c10bfa (diff) | |
parent | 1c0b04d10bbe35279c50e3b36cf5b8ec2a0050d8 (diff) |
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core
Diffstat (limited to 'tools/perf/builtin-report.c')
-rw-r--r-- | tools/perf/builtin-report.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/builtin-report.c b/tools/perf/builtin-report.c index e9b5d513333..b1b82009ab9 100644 --- a/tools/perf/builtin-report.c +++ b/tools/perf/builtin-report.c @@ -70,8 +70,8 @@ static int perf_session__add_hist_entry(struct perf_session *session, * FIXME: Propagate this back, but at least we're in a builtin, * where exit() is allowed. ;-) */ - ui__warning("Invalid %s file, contains samples with id not in " - "its header!\n", input_name); + ui__warning("Invalid %s file, contains samples with id %" PRIu64 " not in " + "its header!\n", input_name, sample->id); exit_browser(0); exit(1); } |