xref: /linux/kernel/trace/rv/monitors/nomiss/Kconfig (revision 7a0e692a0381254b2f77c54dec100cd3325a6fdf)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3config RV_MON_NOMISS
4	depends on RV
5	depends on HAVE_SYSCALL_TRACEPOINTS
6	depends on RV_MON_DEADLINE
7	default y
8	select HA_MON_EVENTS_ID
9	bool "nomiss monitor"
10	help
11	  Monitor to ensure dl entities run to completion before their deadiline.
12	  This monitor is part of the deadline monitors collection.
13
14	  For further information, see:
15	    Documentation/trace/rv/monitor_deadline.rst
16