From: Mike Galbraith Date: Fri, 29 May 2009 04:46:46 +0000 (+0200) Subject: perf_counter tools: Fix top symbol table dump typo X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a3ec8d70f1a55acccc4874fe9b4dadbbb9454a0f;p=linux-beck.git perf_counter tools: Fix top symbol table dump typo Signed-off-by: Mike Galbraith Cc: Peter Zijlstra Cc: Arnaldo Carvalho de Melo LKML-Reference: Signed-off-by: Ingo Molnar --- 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;