sched/cpufreq: Align trace event behavior of fast switching
authorDouglas RAILLARD <douglas.raillard@arm.com>
Wed, 7 Aug 2019 15:33:40 +0000 (16:33 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 28 Aug 2019 09:26:46 +0000 (11:26 +0200)
commit77c84dd1881d0f0176cb678d770bfbda26c54390
treebfe1225eb5659eb42302a6f2abd87a20107b28fa
parente9a7cc1d97f13f11970f7c484bdfc0502efc4223
sched/cpufreq: Align trace event behavior of fast switching

Fast switching path only emits an event for the CPU of interest, whereas the
regular path emits an event for all the CPUs that had their frequency changed,
i.e. all the CPUs sharing the same policy.

With the current behavior, looking at cpu_frequency event for a given CPU that
is using the fast switching path will not give the correct frequency signal.

Signed-off-by: Douglas RAILLARD <douglas.raillard@arm.com>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
kernel/sched/cpufreq_schedutil.c