提交 da417a75 编写于 作者: M Mike Galbraith 提交者: Ingo Molnar

perf_counter tools: Fix top symbol table max_ip typo

Signed-off-by: NMike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
LKML-Reference: <new-submission>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 a3ec8d70
......@@ -368,7 +368,7 @@ static int parse_symbols(void)
node = rb_last(&kernel_dso->syms);
sym = rb_entry(node, struct symbol, rb_node);
max_ip = sym->start;
max_ip = sym->end;
if (dump_symtab)
dso__fprintf(kernel_dso, stderr);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册