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