diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-08-31 12:03:25 +0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-08-31 12:03:27 +0400 |
commit | 19c959627a3477a8487d08afd47fdc1f4fea60e5 (patch) | |
tree | aaeda0f81bc100ce8f71af129f39b5f2e6e934bf /tools/perf/builtin-report.c | |
parent | 119e7a22bb70d84849384e5113792cd45afa4f85 (diff) | |
parent | d498bc1f6261dd6f655440eb2f1c7fa25694d3ba (diff) | |
download | linux-19c959627a3477a8487d08afd47fdc1f4fea60e5.tar.xz |
Merge branch 'perfcounters/tracing' into perfcounters/core
Merge reason: this topic is ready now to merge into the main
development branch for .32, with functional
perf trace output.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools/perf/builtin-report.c')
-rw-r--r-- | tools/perf/builtin-report.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-report.c b/tools/perf/builtin-report.c index ea6328a893cc..cdd46ab11bd5 100644 --- a/tools/perf/builtin-report.c +++ b/tools/perf/builtin-report.c @@ -1428,7 +1428,7 @@ static int __cmd_report(void) exit(-1); } if (callchain) { - fprintf(stderr, "selected -c but no callchain data." + fprintf(stderr, "selected -g but no callchain data." " Did you call perf record without" " -g?\n"); exit(-1); |