diff options
| author | Don Zickus <[email protected]> | 2010-05-07 17:11:51 -0400 |
|---|---|---|
| committer | Frederic Weisbecker <[email protected]> | 2010-05-12 23:55:55 +0200 |
| commit | d7c547335fa6b0090fa09c46ea0e965ac273a27e (patch) | |
| tree | 66d082cb7acbfc59a2af6bf24130d4832da2919e /tools/perf/scripts/python | |
| parent | 10f9014912a2b1cb59c39cdea777e6d9afa8f17e (diff) | |
lockup_detector: Separate touch_nmi_watchdog code path from touch_watchdog
When I combined the nmi_watchdog (hardlockup) and softlockup code, I
also combined the paths the touch_watchdog and touch_nmi_watchdog took.
This may not be the best idea as pointed out by Frederic W., that the
touch_watchdog case probably should not reset the hardlockup count.
Therefore the patch below falls back to the previous idea of keeping
the touch_nmi_watchdog a superset of the touch_watchdog case.
Signed-off-by: Don Zickus <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Cyrill Gorcunov <[email protected]>
Cc: Eric Paris <[email protected]>
Cc: Randy Dunlap <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Frederic Weisbecker <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions