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

2019-02-20 Thread MyungJoo Ham
>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

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

2019-02-18 Thread Chanwoo Choi
Hi Lukasz, On 19. 2. 19. 오전 3:21, 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, 5

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

2019-02-18 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