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