diff options
author | Ingo Molnar <mingo@elte.hu> | 2011-03-11 03:28:31 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2011-03-11 03:28:31 -0500 |
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 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, | |||
70 | * FIXME: Propagate this back, but at least we're in a builtin, | 70 | * FIXME: Propagate this back, but at least we're in a builtin, |
71 | * where exit() is allowed. ;-) | 71 | * where exit() is allowed. ;-) |
72 | */ | 72 | */ |
73 | ui__warning("Invalid %s file, contains samples with id not in " | 73 | ui__warning("Invalid %s file, contains samples with id %" PRIu64 " not in " |
74 | "its header!\n", input_name); | 74 | "its header!\n", input_name, sample->id); |
75 | exit_browser(0); | 75 | exit_browser(0); |
76 | exit(1); | 76 | exit(1); |
77 | } | 77 | } |