aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-report.c
diff options
context:
space:
mode:
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)
1428 exit(-1); 1428 exit(-1);
1429 } 1429 }
1430 if (callchain) { 1430 if (callchain) {
1431 fprintf(stderr, "selected -c but no callchain data." 1431 fprintf(stderr, "selected -g but no callchain data."
1432 " Did you call perf record without" 1432 " Did you call perf record without"
1433 " -g?\n"); 1433 " -g?\n");
1434 exit(-1); 1434 exit(-1);