14 lines
404 B
Plaintext
14 lines
404 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
config RV_MON_WWNR
|
|
depends on RV
|
|
select DA_MON_EVENTS_ID
|
|
bool "wwnr monitor"
|
|
help
|
|
Enable wwnr (wakeup while not running) sample monitor, this is a
|
|
sample monitor that illustrates the usage of per-task monitor.
|
|
The model is borken on purpose: it serves to test reactors.
|
|
|
|
For further information, see:
|
|
Documentation/trace/rv/monitor_wwnr.rst
|