diff options
author | Ingo Molnar <mingo@elte.hu> | 2011-08-14 11:48:29 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2011-08-14 11:48:29 +0200 |
commit | bdc2209fd246820de2816691ac0e82600885e1a8 (patch) | |
tree | 34dca4b8f1a94d1a4b6a79cff6931e8284e27718 /tools/perf/util/ui/browsers/top.c | |
parent | eeca7360f756f7e36e846f35018df20808c7ef63 (diff) | |
parent | 3f4460a28fb2f73df6c32c3a305797abc01c0f9c (diff) |
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
Diffstat (limited to 'tools/perf/util/ui/browsers/top.c')
-rw-r--r-- | tools/perf/util/ui/browsers/top.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/ui/browsers/top.c b/tools/perf/util/ui/browsers/top.c index 5a06538532a..88403cf8396 100644 --- a/tools/perf/util/ui/browsers/top.c +++ b/tools/perf/util/ui/browsers/top.c @@ -208,6 +208,5 @@ int perf_top__tui_browser(struct perf_top *top) }, }; - ui_helpline__push("Press <- or ESC to exit"); return perf_top_browser__run(&browser); } |