Re: [PATCH v3] cpufreq: trace frequency limits change

From: Viresh Kumar
Date: Tue Jul 24 2018 - 23:50:54 EST


On 24 July 2018 at 23:05, Joel Fernandes <joel@xxxxxxxxxxxxxxxxx> wrote:
> From: Ruchi Kandoi <kandoiruchi@xxxxxxxxxx>
>
> systrace used for tracing for Android systems has carried a patch for
> many years in the Android tree that traces when the cpufreq limits
> change. With the help of this information, systrace can know when the
> policy limits change and can visually display the data. Lets add
> upstream support for the same.
>
> Signed-off-by: Ruchi Kandoi <kandoiruchi@xxxxxxxxxx>
> Signed-off-by: Joel Fernandes (Google) <joel@xxxxxxxxxxxxxxxxx>
> ---
> Viresh since I changed the patch, could you Ack it again?
>
> v2->v3: reduce parameters to tracepoint call (Steve)
> v1->v2: correct ordering of min/max (Viresh)
>
> Documentation/trace/events-power.rst | 1 +
> drivers/cpufreq/cpufreq.c | 1 +
> include/trace/events/power.h | 25 +++++++++++++++++++++++++
> 3 files changed, 27 insertions(+)

Acked-by: Viresh Kumar <viresh.kumar@xxxxxxxxxx>