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