xref: /linux/kernel/trace/rv/monitors/wip/Kconfig (revision 7038f9f2e86d506c6a43079864e0112045202a8f)
1config RV_MON_WIP
2	depends on RV
3	depends on PREEMPT_TRACER
4	select DA_MON_EVENTS_IMPLICIT
5	bool "wip monitor"
6	help
7	  Enable wip (wakeup in preemptive) sample monitor that illustrates
8	  the usage of per-cpu monitors, and one limitation of the
9	  preempt_disable/enable events.
10
11	  For further information, see:
12	    Documentation/trace/rv/monitor_wip.rst
13