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 ab9077915763..a0c97c70ec81 100644 --- a/tools/perf/builtin-top.c +++ b/tools/perf/builtin-top.c | |||
@@ -1075,7 +1075,7 @@ parse_percent_limit(const struct option *opt, const char *arg, | |||
1075 | const char top_callchain_help[] = CALLCHAIN_RECORD_HELP CALLCHAIN_REPORT_HELP | 1075 | const char top_callchain_help[] = CALLCHAIN_RECORD_HELP CALLCHAIN_REPORT_HELP |
1076 | "\n\t\t\t\tDefault: fp,graph,0.5,caller,function"; | 1076 | "\n\t\t\t\tDefault: fp,graph,0.5,caller,function"; |
1077 | 1077 | ||
1078 | int cmd_top(int argc, const char **argv, const char *prefix __maybe_unused) | 1078 | int cmd_top(int argc, const char **argv) |
1079 | { | 1079 | { |
1080 | char errbuf[BUFSIZ]; | 1080 | char errbuf[BUFSIZ]; |
1081 | struct perf_top top = { | 1081 | struct perf_top top = { |