Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c206805 authored by Arnaldo Carvalho de Melo's avatar Arnaldo Carvalho de Melo Committed by Ingo Molnar
Browse files

perf top: Keep the default of asking for kernel module symbols



Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
Cc: Frédéric Weisbecker <fweisbec@gmail.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Mike Galbraith <efault@gmx.de>
LKML-Reference: <new-submission>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent ec218fc4
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -804,10 +804,8 @@ static int symbol_filter(struct map *map, struct symbol *sym)

static int parse_symbols(void)
{
	int use_modules = vmlinux_name ? 1 : 0;

	if (dsos__load_kernel(vmlinux_name, sizeof(struct sym_entry),
			      symbol_filter, verbose, use_modules) <= 0)
			      symbol_filter, verbose, 1) <= 0)
		return -1;

	if (dump_symtab)