diff options
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 1e3ad22d53dc..ed1fdab3a1f5 100644 --- a/tools/perf/builtin-report.c +++ b/tools/perf/builtin-report.c | |||
@@ -1401,7 +1401,7 @@ static int __cmd_report(void) | |||
1401 | exit(-1); | 1401 | exit(-1); |
1402 | } | 1402 | } |
1403 | if (callchain) { | 1403 | if (callchain) { |
1404 | fprintf(stderr, "selected -c but no callchain data." | 1404 | fprintf(stderr, "selected -g but no callchain data." |
1405 | " Did you call perf record without" | 1405 | " Did you call perf record without" |
1406 | " -g?\n"); | 1406 | " -g?\n"); |
1407 | exit(-1); | 1407 | exit(-1); |