Merge remote-tracking branch 'regulator/topic/helpers' into regulator-next
[firefly-linux-kernel-4.4.55.git] / tools / perf / builtin-top.c
index f036af9b6f09f00e52debecafe09a1c930d3ad12..e06c4f8693306827df06134a765d615ce27ae1cc 100644 (file)
@@ -1130,8 +1130,6 @@ int cmd_top(int argc, const char **argv, const char *prefix __maybe_unused)
        if (top.evlist == NULL)
                return -ENOMEM;
 
-       symbol_conf.exclude_other = false;
-
        argc = parse_options(argc, argv, options, top_usage, 0);
        if (argc)
                usage_with_options(top_usage, options);