diff options
author | Anna-Maria Gleixner <[email protected]> | 2017-12-21 11:41:50 +0100 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2018-01-16 02:53:58 +0100 |
commit | 2ac2dccce9d16a7b1a8fddf69a955d249375bce4 (patch) | |
tree | 7bc370e00850cd16d9d26f276dbcfc51f4ff64e8 /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | 14c803419de6acba08e143d51813ac5e0f3443b8 (diff) |
hrtimer: Make remote enqueue decision less restrictive
The current decision whether a timer can be queued on a remote CPU checks
for timer->expiry <= remote_cpu_base.expires_next.
This is too restrictive because a timer with the same expiry time as an
existing timer will be enqueued on right-hand size of the existing timer
inside the rbtree, i.e. behind the first expiring timer.
So its safe to allow enqueuing timers with the same expiry time as the
first expiring timer on a remote CPU base.
Signed-off-by: Anna-Maria Gleixner <[email protected]>
Cc: Christoph Hellwig <[email protected]>
Cc: John Stultz <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions