xref: /linux/kernel/trace/rv/monitors/stall/Kconfig (revision fdbfee9fc56e13a1307868829d438ad66ab308a4)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3config RV_MON_STALL
4	depends on RV
5	select HA_MON_EVENTS_ID
6	bool "stall monitor"
7	help
8	  Enable the stall sample monitor that illustrates the usage of hybrid
9	  automata monitors. It can be used to identify tasks stalled for
10	  longer than a threshold.
11
12	  For further information, see:
13	    Documentation/trace/rv/monitor_stall.rst
14