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

From: MyungJoo Ham
Date: Wed Feb 20 2019 - 23:27:07 EST


>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 <l.luba@xxxxxxxxxxxxxxxxxxx>
>---
> drivers/devfreq/devfreq.c | 5 +++++
> 1 file changed, 5 insertions(+)
>
>diff --git a/drivers/devfreq/devfreq.c b/drivers/devfreq/devfreq.c
>index 0ae3de7..660365a 100644
>--- a/drivers/devfreq/devfreq.c
>+++ b/drivers/devfreq/devfreq.c

Acked-by: MyungJoo Ham <myungjoo.ham@xxxxxxxxxxx>