Re: [PATCH v2 2/2] drivers: devfreq: add tracing for scheduling work

2019-02-17 Thread Chanwoo Choi
Hi Lukasz, On 19. 2. 15. 오후 10:05, Lukasz Luba wrote: > This patch add basic tracing of the devfreq workqueue and delayed work. > It aims to capture changes of the polling intervals and device state. > > Signed-off-by: Lukasz Luba > --- > drivers/devfreq/devfreq.c | 5 + > 1 file changed,

[PATCH v2 2/2] drivers: devfreq: add tracing for scheduling work

2019-02-15 Thread Lukasz Luba
This patch add basic tracing of the devfreq workqueue and delayed work. It aims to capture changes of the polling intervals and device state. Signed-off-by: Lukasz Luba --- drivers/devfreq/devfreq.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/devfreq/devfreq.c