aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/trace-event-scripting.c
diff options
context:
space:
mode:
authorJohn Stultz <[email protected]>2013-12-11 18:50:25 -0800
committerJohn Stultz <[email protected]>2013-12-23 11:47:35 -0800
commitf55c07607a38f84b5c7e6066ee1cfe433fa5643c (patch)
treed7e7e92c896b8041204210704cd47814ea1e13ac /tools/perf/util/trace-event-scripting.c
parent0e6601eee039893a3f6420596ae4588d90d13cbe (diff)
timekeeping: Fix lost updates to tai adjustment
Since 48cdc135d4840 (Implement a shadow timekeeper), we have to call timekeeping_update() after any adjustment to the timekeeping structure in order to make sure that any adjustments to the structure persist. Unfortunately, the updates to the tai offset via adjtimex do not trigger this update, causing adjustments to the tai offset to be made and then over-written by the previous value at the next update_wall_time() call. This patch resovles the issue by calling timekeeping_update() right after setting the tai offset. Cc: Sasha Levin <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Prarit Bhargava <[email protected]> Cc: Richard Cochran <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: stable <[email protected]> #3.10+ Signed-off-by: John Stultz <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions