Re: [PATCH v2] perf sched timehist: Fix use of CPU list with summary option

2020-08-18 Thread Arnaldo Carvalho de Melo
Em Tue, Aug 18, 2020 at 10:29:29AM +0900, Namhyung Kim escreveu: > Hi David, > > On Tue, Aug 18, 2020 at 2:09 AM David Ahern wrote: > > > > Do not update thread stats or show idle summary unless CPU is in > > the list of interest. > > > > Fixes: c30d630d1bcf ("perf sched timehist: Add support for

Re: [PATCH v2] perf sched timehist: Fix use of CPU list with summary option

2020-08-17 Thread Namhyung Kim
Hi David, On Tue, Aug 18, 2020 at 2:09 AM David Ahern wrote: > > Do not update thread stats or show idle summary unless CPU is in > the list of interest. > > Fixes: c30d630d1bcf ("perf sched timehist: Add support for filtering on CPU") > Signed-off-by: David Ahern Acked-by: Namhyung Kim Thank

[PATCH v2] perf sched timehist: Fix use of CPU list with summary option

2020-08-17 Thread David Ahern
Do not update thread stats or show idle summary unless CPU is in the list of interest. Fixes: c30d630d1bcf ("perf sched timehist: Add support for filtering on CPU") Signed-off-by: David Ahern --- v2 - check that cpu_list is set before checking cpu_bitmap in timehist_print_summary tools/perf/b