Re: [RFC PATCH v2 7/8] cpuidle: introduce irq timing to make idle prediction

2017-10-15 Thread Li, Aubrey
On 2017/10/14 9:01, Rafael J. Wysocki wrote: > On Saturday, September 30, 2017 9:20:33 AM CEST Aubrey Li wrote: >> Introduce irq timings output as a factor to predict the duration >> of the coming idle >> >> @@ -342,13 +343,27 @@ void cpuidle_entry_end(void) >> void cpuidle_predict(void) >> { >>

Re: [RFC PATCH v2 7/8] cpuidle: introduce irq timing to make idle prediction

2017-10-13 Thread Rafael J. Wysocki
On Saturday, September 30, 2017 9:20:33 AM CEST Aubrey Li wrote: > Introduce irq timings output as a factor to predict the duration > of the coming idle > > Signed-off-by: Aubrey Li > --- > drivers/cpuidle/Kconfig | 1 + > drivers/cpuidle/cpuidle.c | 17 - > 2 files changed, 1

[RFC PATCH v2 7/8] cpuidle: introduce irq timing to make idle prediction

2017-09-30 Thread Aubrey Li
Introduce irq timings output as a factor to predict the duration of the coming idle Signed-off-by: Aubrey Li --- drivers/cpuidle/Kconfig | 1 + drivers/cpuidle/cpuidle.c | 17 - 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/drivers/cpuidle/Kconfig b/drivers/cp