diff options
Diffstat (limited to 'Documentation/perf_counter')
-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 52ba9f4216c..0d100f52b70 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 | ||