]> Git Repo - linux.git/commit
watchdog/hardlockup: Provide interface to stop/restart perf events
authorPeter Zijlstra <[email protected]>
Tue, 12 Sep 2017 19:36:55 +0000 (21:36 +0200)
committerIngo Molnar <[email protected]>
Thu, 14 Sep 2017 09:41:03 +0000 (11:41 +0200)
commitd0b6e0a8ef24b1b07078ababe5d91bcdf4f4264a
tree9ffb417f5f94d319352b8e54f94165b82c645762
parent46c1e79fee417f151547aa46fae04ab06cb666f4
watchdog/hardlockup: Provide interface to stop/restart perf events

Provide an interface to stop and restart perf NMI watchdog events on all
CPUs. This is only usable during init and especially for handling the perf
HT bug on Intel machines. It's safe to use it this way as nothing can
start/stop the NMI watchdog in parallel.

Signed-off-by: Peter Zijlstra <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Don Zickus <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Chris Metcalf <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Nicholas Piggin <[email protected]>
Cc: Sebastian Siewior <[email protected]>
Cc: Ulrich Obergfell <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
include/linux/nmi.h
kernel/watchdog_hld.c
This page took 0.057488 seconds and 4 git commands to generate.