perf_counter tools: Fix top symbol table dump typo
authorMike Galbraith <efault@gmx.de>
Fri, 29 May 2009 04:46:46 +0000 (06:46 +0200)
committerIngo Molnar <mingo@elte.hu>
Fri, 29 May 2009 07:03:56 +0000 (09:03 +0200)
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>
Documentation/perf_counter/builtin-top.c

index 52ba9f4..0d100f5 100644 (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;