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 fa20345a0ab0..4a9fe228be2a 100644 --- a/tools/perf/builtin-top.c +++ b/tools/perf/builtin-top.c | |||
@@ -809,7 +809,7 @@ static int symbol_filter(struct map *map, struct symbol *sym) | |||
809 | static int parse_symbols(void) | 809 | static int parse_symbols(void) |
810 | { | 810 | { |
811 | if (dsos__load_kernel(vmlinux_name, sizeof(struct sym_entry), | 811 | if (dsos__load_kernel(vmlinux_name, sizeof(struct sym_entry), |
812 | symbol_filter, verbose, 1) <= 0) | 812 | symbol_filter, 1) <= 0) |
813 | return -1; | 813 | return -1; |
814 | 814 | ||
815 | if (dump_symtab) | 815 | if (dump_symtab) |