commit | b6495b7f004d01b9ecf9ed5fd31368241d3c5589 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Nov 12 10:51:16 2019 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Nov 13 22:31:17 2019 +0100 |
tree | 5208fe669518fd05a4b761561e617902d4066e73 | |
parent | c1d51f684c72b5eb2aecbbd47be3a2977a2dc903 [diff] |
cpuidle: teo: Exclude cpuidle overhead from computations One purpose of the computations in teo_update() is to determine whether or not the (saved) time till the next timer event and the measured idle duration fall into the same "bin", so avoid using values that include the cpuidle overhead to obtain the latter. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>