diff options
Diffstat (limited to 'tools/perf/util/symbol.c')
-rw-r--r-- | tools/perf/util/symbol.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/symbol.c b/tools/perf/util/symbol.c index 7707897b59f1..ab92763edb03 100644 --- a/tools/perf/util/symbol.c +++ b/tools/perf/util/symbol.c | |||
@@ -38,6 +38,7 @@ static int vmlinux_path__nr_entries; | |||
38 | static char **vmlinux_path; | 38 | static char **vmlinux_path; |
39 | 39 | ||
40 | struct symbol_conf symbol_conf = { | 40 | struct symbol_conf symbol_conf = { |
41 | .exclude_other = true, | ||
41 | .use_modules = true, | 42 | .use_modules = true, |
42 | .try_vmlinux_path = true, | 43 | .try_vmlinux_path = true, |
43 | }; | 44 | }; |