# SPDX-License-Identifier: GPL-2.0-only
#
config RV_MON_NOMISS
	depends on RV
	depends on HAVE_SYSCALL_TRACEPOINTS
	depends on RV_MON_DEADLINE
	default y
	select HA_MON_EVENTS_ID
	bool "nomiss monitor"
	help
	  Monitor to ensure dl entities run to completion before their deadiline.
	  This monitor is part of the deadline monitors collection.

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