diff options
Diffstat (limited to 'tools/perf/builtin-top.c')
-rw-r--r-- | tools/perf/builtin-top.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/perf/builtin-top.c b/tools/perf/builtin-top.c index f036af9b6f09..e06c4f869330 100644 --- a/tools/perf/builtin-top.c +++ b/tools/perf/builtin-top.c | |||
@@ -1130,8 +1130,6 @@ int cmd_top(int argc, const char **argv, const char *prefix __maybe_unused) | |||
1130 | if (top.evlist == NULL) | 1130 | if (top.evlist == NULL) |
1131 | return -ENOMEM; | 1131 | return -ENOMEM; |
1132 | 1132 | ||
1133 | symbol_conf.exclude_other = false; | ||
1134 | |||
1135 | argc = parse_options(argc, argv, options, top_usage, 0); | 1133 | argc = parse_options(argc, argv, options, top_usage, 0); |
1136 | if (argc) | 1134 | if (argc) |
1137 | usage_with_options(top_usage, options); | 1135 | usage_with_options(top_usage, options); |