Re: [PATCH v5 11/15] perf tools report: Implement browsing of individual samples

2019-03-11 Thread Jiri Olsa
On Fri, Mar 08, 2019 at 09:56:24PM -0800, Andi Kleen wrote: SNIP > diff --git a/tools/perf/util/hist.c b/tools/perf/util/hist.c > index 08e2b3be4c1b..da3a944f42aa 100644 > --- a/tools/perf/util/hist.c > +++ b/tools/perf/util/hist.c > @@ -445,6 +445,14 @@ static int hist_entry__init(struct

[PATCH v5 11/15] perf tools report: Implement browsing of individual samples

2019-03-08 Thread Andi Kleen
From: Andi Kleen Now report can show whole time periods with perf script, but the user still has to find individual samples of interest manually. It would be expensive and complicated to search for the right samples in the whole perf file. Typically users only need to look at a small number of