diff options
| author | Arnaldo Carvalho de Melo <[email protected]> | 2011-01-31 20:08:39 +0000 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2011-01-31 20:08:39 +0000 |
| commit | 229ade9ba36341f7369ecb4f134bcec9133520bf (patch) | |
| tree | 34a691fe2862d5686c48a684c2ab0c42eb8991e4 /tools/perf/builtin-annotate.c | |
| parent | perf top: Move display agnostic routines to util/top.[ch] (diff) | |
| download | kernel-229ade9ba36341f7369ecb4f134bcec9133520bf.tar.gz kernel-229ade9ba36341f7369ecb4f134bcec9133520bf.zip | |
perf tools: Don't fallback to setup_pager unconditionally
Because in tools like 'top' we don't want the pager.
Cc: Frederic Weisbecker <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Stephane Eranian <[email protected]>
Cc: Tom Zanussi <[email protected]>
LKML-Reference: <new-submission>
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
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) 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; |
