summaryrefslogtreecommitdiff
path: root/kernel/trace/rv/monitors/sco/Kconfig
blob: 097c96cccdd7d023884dad90abfc2d44811ee10a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SPDX-License-Identifier: GPL-2.0-only
#
config RV_MON_SCO
	depends on RV
	depends on RV_MON_SCHED
	default y
	select DA_MON_EVENTS_IMPLICIT
	bool "sco monitor"
	help
	  Monitor to ensure sched_set_state happens only in thread context.
	  This monitor is part of the sched monitors collection.

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