Bläddra i källkod

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>
Mike Galbraith 16 år sedan
förälder
incheckning
a3ec8d70f1
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      Documentation/perf_counter/builtin-top.c

+ 1 - 1
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;