Re: [PATCH 06/10] perf sched timehist: Introduce struct idle_time_data

2016-12-06 Thread Namhyung Kim
On Mon, Dec 05, 2016 at 08:07:09PM -0800, David Ahern wrote: > On 12/5/16 7:40 PM, Namhyung Kim wrote: > > The struct idle_time_data is to keep idle stats with callchains entering > > to the idle task. The normal thread_runtime calculation is done > > transparently since it extends the struct thre

Re: [PATCH 06/10] perf sched timehist: Introduce struct idle_time_data

2016-12-05 Thread David Ahern
On 12/5/16 7:40 PM, Namhyung Kim wrote: > The struct idle_time_data is to keep idle stats with callchains entering > to the idle task. The normal thread_runtime calculation is done > transparently since it extends the struct thread_runtime. > > Signed-off-by: Namhyung Kim > --- > tools/perf/bui