diff options
Diffstat (limited to 'tools/perf/builtin-top.c')
-rw-r--r-- | tools/perf/builtin-top.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-top.c b/tools/perf/builtin-top.c index 6822b44ca4f9..7a8a77ec2c9d 100644 --- a/tools/perf/builtin-top.c +++ b/tools/perf/builtin-top.c | |||
@@ -667,7 +667,7 @@ static void prompt_symbol(struct sym_entry **target, const char *msg) | |||
667 | } | 667 | } |
668 | 668 | ||
669 | if (!found) { | 669 | if (!found) { |
670 | fprintf(stderr, "Sorry, %s is not active.\n", sym_filter); | 670 | fprintf(stderr, "Sorry, %s is not active.\n", buf); |
671 | sleep(1); | 671 | sleep(1); |
672 | return; | 672 | return; |
673 | } else | 673 | } else |