summaryrefslogtreecommitdiff
path: root/kernel/trace/rv/monitors/scpd/Kconfig
blob: 682d0416188b397e88397e3a345d68e5e1c1205e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SPDX-License-Identifier: GPL-2.0-only
#
config RV_MON_SCPD
	depends on RV
	depends on TRACE_PREEMPT_TOGGLE
	depends on RV_MON_SCHED
	default y
	select DA_MON_EVENTS_IMPLICIT
	bool "scpd monitor"
	help
	  Monitor to ensure schedule is called with preemption disabled.
	  This monitor is part of the sched monitors collection.

	  For further information, see:
	    Documentation/trace/rv/monitor_sched.rst