On 24 July 2018 at 23:05, Joel Fernandes <j...@joelfernandes.org> wrote: > From: Ruchi Kandoi <kandoiru...@google.com> > > 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 <kandoiru...@google.com> > Signed-off-by: Joel Fernandes (Google) <j...@joelfernandes.org> > --- > 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.ku...@linaro.org>