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-Tag: firefly_0821_release~13973^2~164 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a3ec8d70f1a55acccc4874fe9b4dadbbb9454a0f;p=firefly-linux-kernel-4.4.55.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;