diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2011-01-31 15:08:39 -0500 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2011-01-31 15:08:39 -0500 |
commit | 229ade9ba36341f7369ecb4f134bcec9133520bf (patch) | |
tree | 34a691fe2862d5686c48a684c2ab0c42eb8991e4 /tools/perf/builtin-annotate.c | |
parent | 8c3e10eb1968877d6a1957b7e790c6ce01bd56fc (diff) |
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>
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; |