Skip to content

Commit

Permalink
perf_counter tools: Fix top symbol table max_ip typo
Browse files Browse the repository at this point in the history
Signed-off-by: Mike 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: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Mike Galbraith authored and Ingo Molnar committed May 29, 2009
1 parent a3ec8d7 commit da417a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/perf_counter/builtin-top.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit da417a7

Please sign in to comment.