提交 5c206805 编写于 作者: A Arnaldo Carvalho de Melo 提交者: Ingo Molnar

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

Signed-off-by: NArnaldo 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: NIngo Molnar <mingo@elte.hu>
上级 ec218fc4
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册