On 24 July 2018 at 23:05, Joel Fernandes <[email protected]> wrote: > From: Ruchi Kandoi <[email protected]> > > 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 <[email protected]> > Signed-off-by: Joel Fernandes (Google) <[email protected]> > --- > 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 <[email protected]>

