dect
/
linux-2.6
Archived
13
0
Fork 0

perf_counter tools: Fix top symbol table dump typo

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>
This commit is contained in:
Mike Galbraith 2009-05-29 06:46:46 +02:00 committed by Ingo Molnar
parent 9e09675366
commit a3ec8d70f1
1 changed files with 1 additions and 1 deletions

View File

@ -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;