mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
perf tools: Don't fallback to setup_pager unconditionally
Because in tools like 'top' we don't want the pager. Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Mike Galbraith <efault@gmx.de> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Stephane Eranian <eranian@google.com> Cc: Tom Zanussi <tzanussi@gmail.com> LKML-Reference: <new-submission> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
8c3e10eb19
commit
229ade9ba3
4 changed files with 9 additions and 7 deletions
|
@ -452,7 +452,7 @@ int cmd_annotate(int argc, const char **argv, const char *prefix __used)
|
|||
else if (use_tui)
|
||||
use_browser = 1;
|
||||
|
||||
setup_browser();
|
||||
setup_browser(true);
|
||||
|
||||
symbol_conf.priv_size = sizeof(struct sym_priv);
|
||||
symbol_conf.try_vmlinux_path = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue