aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/perf_counter/builtin-top.c
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/perf_counter/builtin-top.c')
-rw-r--r--Documentation/perf_counter/builtin-top.c2
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);