* [PATCH] perf report: setup elide when siwtch to another event in by tab key
@ 2017-03-14 7:46 changbin.du
0 siblings, 0 replies; only message in thread
From: changbin.du @ 2017-03-14 7:46 UTC (permalink / raw)
To: peterz, mingo, acme; +Cc: linux-kernel, Changbin Du
From: Changbin Du <changbin.du@intel.com>
When we zoom into a column, that column is elided. But this should apply
to another event browser window after event switch by tab key. We need
setup elide corresponding to new event.
Signed-off-by: Changbin Du <changbin.du@intel.com>
---
tools/perf/ui/browsers/hists.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/tools/perf/ui/browsers/hists.c b/tools/perf/ui/browsers/hists.c
index ca777dc..42239ed 100644
--- a/tools/perf/ui/browsers/hists.c
+++ b/tools/perf/ui/browsers/hists.c
@@ -2846,6 +2846,11 @@ static int perf_evsel__hists_browse(struct perf_evlist *evlist, struct perf_evse
if (browser == NULL)
return -1;
+ /* setup elide in case we are siwtching to another event in by tab */
+ perf_hpp__set_elide(HISTC_DSO, hists->dso_filter);
+ perf_hpp__set_elide(HISTC_SOCKET, hists->socket_filter);
+ perf_hpp__set_elide(HISTC_THREAD, hists->thread_filter);
+
/* reset abort key so that it can get Ctrl-C as a key */
SLang_reset_tty();
SLang_init_tty(0, 0, 0);
--
2.7.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-03-14 7:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-14 7:46 [PATCH] perf report: setup elide when siwtch to another event in by tab key changbin.du
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox