diff options
Diffstat (limited to 'tools/perf/builtin-annotate.c')
-rw-r--r-- | tools/perf/builtin-annotate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-annotate.c b/tools/perf/builtin-annotate.c index 70067862e07f..cd9dec46c19f 100644 --- a/tools/perf/builtin-annotate.c +++ b/tools/perf/builtin-annotate.c | |||
@@ -452,7 +452,7 @@ int cmd_annotate(int argc, const char **argv, const char *prefix __used) | |||
452 | else if (use_tui) | 452 | else if (use_tui) |
453 | use_browser = 1; | 453 | use_browser = 1; |
454 | 454 | ||
455 | setup_browser(); | 455 | setup_browser(true); |
456 | 456 | ||
457 | symbol_conf.priv_size = sizeof(struct sym_priv); | 457 | symbol_conf.priv_size = sizeof(struct sym_priv); |
458 | symbol_conf.try_vmlinux_path = true; | 458 | symbol_conf.try_vmlinux_path = true; |