diff options
author | 2016-03-10 20:44:47 +0100 | |
---|---|---|
committer | 2016-03-10 20:44:47 +0100 | |
commit | adaf9fcd136970e480d7ca834c0cf25ce922ea74 (patch) | |
tree | 36183592da27e413b79f60705132ed84dd34006e /tools/perf/scripts/python/stackcollapse.py | |
parent | cpufreq: Reduce cpufreq_update_util() overhead a bit (diff) | |
download | linux-dev-adaf9fcd136970e480d7ca834c0cf25ce922ea74.tar.xz linux-dev-adaf9fcd136970e480d7ca834c0cf25ce922ea74.zip |
cpufreq: Move scheduler-related code to the sched directory
Create cpufreq.c under kernel/sched/ and move the cpufreq code
related to the scheduler to that file and to sched.h.
Redefine cpufreq_update_util() as a static inline function to avoid
function calls at its call sites in the scheduler code (as suggested
by Peter Zijlstra).
Also move the definition of struct update_util_data and declaration
of cpufreq_set_update_util_data() from include/linux/cpufreq.h to
include/linux/sched.h.
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions