1# SPDX-License-Identifier: GPL-2.0-only 2# 3config RV_MON_WAKEUP 4 depends on RV 5 depends on RV_MON_RTAPP 6 depends on HAVE_SYSCALL_TRACEPOINTS 7 default y 8 select LTL_MON_EVENTS_ID 9 bool "wakeup monitor" 10 help 11 This monitor detects a lower-priority task waking up a 12 higher-priority task. The RV_MON_SLEEP monitor already 13 detects this case, but this monitor detects in the context 14 of the waker task instead. This and RV_MON_SLEEP can be 15 enabled together to get the stacktrace of both the waker 16 task and the wakee task. 17