aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cpuidle.h
diff options
context:
space:
mode:
authorYouquan Song <youquan.song@intel.com>2012-10-26 12:27:07 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2012-11-15 00:34:20 +0100
commitc96ca4fb76b711279be063da083f09b8d65af5c5 (patch)
tree391f775fd069d79bd8aa1586c6b5ed848b7f5ee5 /include/linux/cpuidle.h
parentcpuidle: Set residency to 0 if target Cstate not enter (diff)
downloadlinux-dev-c96ca4fb76b711279be063da083f09b8d65af5c5.tar.xz
linux-dev-c96ca4fb76b711279be063da083f09b8d65af5c5.zip
cpuidle: Get typical recent sleep interval
The function detect_repeating_patterns was not very useful for workloads with alternating long and short pauses, for example virtual machines handling network requests for each other (say a web and database server). Instead, try to find a recent sleep interval that is somewhere between the median and the mode sleep time, by discarding outliers to the up side and recalculating the average and standard deviation until that is no longer required. This should do something sane with a sleep interval series like: 200 180 210 10000 30 1000 170 200 The current code would simply discard such a series, while the new code will guess a typical sleep interval just shy of 200. The original patch come from Rik van Riel <riel@redhat.com>. Signed-off-by: Rik van Riel <riel@redhat.com> Signed-off-by: Youquan Song <youquan.song@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/linux/cpuidle.h')
0 files changed, 0 insertions, 0 deletions