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