diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-06-04 08:13:04 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-06-04 08:16:38 -0400 |
commit | bd74137ec9aaca3df3ff22b92455fddf7afaced1 (patch) | |
tree | 8b96fa45fd3104f56bb0122b6215c0e7202df825 /Documentation/perf_counter/builtin-top.c | |
parent | 95ed6fd06e52bf850cd17524f0b36ed14300c10d (diff) |
perf_counter tools: Print out symbol parsing errors only if --verbose
Also, add a suggestion to 'perf report', if the default sort order is
used.
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Cc: Marcelo Tosatti <mtosatti@redhat.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
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 3f7778ba00bc..548a8da4b15b 100644 --- a/Documentation/perf_counter/builtin-top.c +++ b/Documentation/perf_counter/builtin-top.c | |||
@@ -349,7 +349,7 @@ static int parse_symbols(void) | |||
349 | if (kernel_dso == NULL) | 349 | if (kernel_dso == NULL) |
350 | return -1; | 350 | return -1; |
351 | 351 | ||
352 | if (dso__load_kernel(kernel_dso, NULL, symbol_filter) != 0) | 352 | if (dso__load_kernel(kernel_dso, NULL, symbol_filter, 1) != 0) |
353 | goto out_delete_dso; | 353 | goto out_delete_dso; |
354 | 354 | ||
355 | node = rb_first(&kernel_dso->syms); | 355 | node = rb_first(&kernel_dso->syms); |