aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-report.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-08-31 10:03:25 +0200
committerIngo Molnar <mingo@elte.hu>2009-08-31 10:03:27 +0200
commit19c959627a3477a8487d08afd47fdc1f4fea60e5 (patch)
treeaaeda0f81bc100ce8f71af129f39b5f2e6e934bf /tools/perf/builtin-report.c
parentperf tools: do not complain if root is owning perf.data (diff)
parentperf tools: Fix missing string field printing in perf trace (diff)
downloadlinux-dev-19c959627a3477a8487d08afd47fdc1f4fea60e5.tar.xz
linux-dev-19c959627a3477a8487d08afd47fdc1f4fea60e5.zip
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.c2
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);