diff options
| author | 2017-03-25 02:35:48 +0100 | |
|---|---|---|
| committer | 2017-03-25 02:35:48 +0100 | |
| commit | 70e493f3bb6bac74112bb4a46bc5ff9342a936a7 (patch) | |
| tree | 18b89231f9d01cc0194e8f96ffd23c5ff81062e1 /include/linux | |
| parent | cpufreq: schedutil: Fix per-CPU structure initialization in sugov_start() (diff) | |
| parent | cpufreq: schedutil: Trace frequency only if it has changed (diff) | |
Merge back schedutil governor updates for 4.12.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/tick.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/tick.h b/include/linux/tick.h index a04fea19676f..fe01e68bf520 100644 --- a/include/linux/tick.h +++ b/include/linux/tick.h @@ -117,6 +117,7 @@ extern void tick_nohz_idle_enter(void); extern void tick_nohz_idle_exit(void); extern void tick_nohz_irq_exit(void); extern ktime_t tick_nohz_get_sleep_length(void); +extern unsigned long tick_nohz_get_idle_calls(void); extern u64 get_cpu_idle_time_us(int cpu, u64 *last_update_time); extern u64 get_cpu_iowait_time_us(int cpu, u64 *last_update_time); #else /* !CONFIG_NO_HZ_COMMON */ |
