Re: [PATCH v3 7/7] drivers: devfreq: add tracing for scheduling work

2019-02-13 Thread Chanwoo Choi
Hi Lukasz, On 19. 2. 13. 오전 7:23, 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 | 8 > 1 file

[PATCH v3 7/7] drivers: devfreq: add tracing for scheduling work

2019-02-12 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 | 8 1 file changed, 8 insertions(+) diff --git a/drivers/devfreq/devfreq.c