diff options
author | Tejun Heo <[email protected]> | 2015-12-08 11:28:04 -0500 |
---|---|---|
committer | Tejun Heo <[email protected]> | 2015-12-08 11:29:42 -0500 |
commit | 03e0d4610bf4d4a93bfa16b2474ed4fd5243aa71 (patch) | |
tree | d56940ac55c843628383a0f4e90c3dd2871f1d73 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | fca839c00a12d682cb59b3b620d109a1d850b262 (diff) |
watchdog: introduce touch_softlockup_watchdog_sched()
touch_softlockup_watchdog() is used to tell watchdog that scheduler
stall is expected. One group of usage is from paths where the task
may not be able to yield for a long time such as performing slow PIO
to finicky device and coming out of suspend. The other is to account
for scheduler and timer going idle.
For scheduler softlockup detection, there's no reason to distinguish
the two cases; however, workqueue lockup detector is planned and it
can use the same signals from the former group while the latter would
spuriously prevent detection. This patch introduces a new function
touch_softlockup_watchdog_sched() and convert the latter group to call
it instead. For now, it just calls touch_softlockup_watchdog() and
there's no functional difference.
Signed-off-by: Tejun Heo <[email protected]>
Cc: Ulrich Obergfell <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions