diff options
author | 2011-03-11 09:28:31 +0100 | |
---|---|---|
committer | 2011-03-11 09:28:31 +0100 | |
commit | 137ee20ddd10fdc20600c389fe63edab0c39cb1a (patch) | |
tree | f2f9db93cbbe1929d2c3380658a546a748181dc9 /tools/perf/builtin-report.c | |
parent | tracing: Fix irqoff selftest expanding max buffer (diff) | |
parent | perf header: Stop using 'self' (diff) | |
download | linux-dev-137ee20ddd10fdc20600c389fe63edab0c39cb1a.tar.xz linux-dev-137ee20ddd10fdc20600c389fe63edab0c39cb1a.zip |
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 e9b5d513333a..b1b82009ab9b 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); } |