summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Galbraith <efault@gmx.de>2009-05-29 06:46:46 +0200
committerIngo Molnar <mingo@elte.hu>2009-05-29 09:03:56 +0200
commita3ec8d70f1a55acccc4874fe9b4dadbbb9454a0f (patch)
treee021c62bed4d4b96647b02222c61949d0676cb8b
parent9e09675366695405412b709e91709c1ce2925c90 (diff)
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>
-rw-r--r--Documentation/perf_counter/builtin-top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/perf_counter/builtin-top.c b/Documentation/perf_counter/builtin-top.c
index 52ba9f4216cf..0d100f52b70d 100644
--- a/Documentation/perf_counter/builtin-top.c
+++ b/Documentation/perf_counter/builtin-top.c
@@ -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;