Skip to content

Commit

Permalink
perf_counter tools: Fix top symbol table dump 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 9e09675 commit a3ec8d7
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 @@ -371,7 +371,7 @@ static int parse_symbols(void)
max_ip = sym->start;

if (dump_symtab)
dso__fprintf(kernel_dso, stdout);
dso__fprintf(kernel_dso, stderr);

return 0;

Expand Down

0 comments on commit a3ec8d7

Please sign in to comment.