diff options
author | Mike Galbraith <efault@gmx.de> | 2009-05-29 00:46:46 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-05-29 03:03:56 -0400 |
commit | a3ec8d70f1a55acccc4874fe9b4dadbbb9454a0f (patch) | |
tree | e021c62bed4d4b96647b02222c61949d0676cb8b /Documentation/perf_counter/builtin-top.c | |
parent | 9e09675366695405412b709e91709c1ce2925c90 (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>
Diffstat (limited to 'Documentation/perf_counter/builtin-top.c')
-rw-r--r-- | Documentation/perf_counter/builtin-top.c | 2 |
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) | |||
371 | max_ip = sym->start; | 371 | max_ip = sym->start; |
372 | 372 | ||
373 | if (dump_symtab) | 373 | if (dump_symtab) |
374 | dso__fprintf(kernel_dso, stdout); | 374 | dso__fprintf(kernel_dso, stderr); |
375 | 375 | ||
376 | return 0; | 376 | return 0; |
377 | 377 | ||