diff options
author | Thomas Gleixner <[email protected]> | 2016-01-14 16:54:46 +0000 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2016-01-17 11:13:55 +0100 |
commit | 203cbf77de59fc8f13502dcfd11350c6d4a5c95f (patch) | |
tree | 6d227f643aa51f3d235bdb85e8874dbc69209d2e /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | f02b4b72d12cbae7020a959e2ed0410a464b4cc4 (diff) |
hrtimer: Handle remaining time proper for TIME_LOW_RES
If CONFIG_TIME_LOW_RES is enabled we add a jiffie to the relative timeout to
prevent short sleeps, but we do not account for that in interfaces which
retrieve the remaining time.
Helge observed that timerfd can return a remaining time larger than the
relative timeout. That's not expected and breaks userland test programs.
Store the information that the timer was armed relative and provide functions
to adjust the remaining time. To avoid bloating the hrtimer struct make state
a u8, which as a bonus results in better code on x86 at least.
Reported-and-tested-by: Helge Deller <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: John Stultz <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions