1# SPDX-License-Identifier: GPL-2.0-only 2# 3config RV_MON_NRP 4 depends on RV 5 depends on RV_MON_SCHED 6 default y if !ARM64 7 select DA_MON_EVENTS_ID 8 bool "nrp monitor" 9 help 10 Monitor to ensure preemption requires need resched. 11 This monitor is part of the sched monitors collection. 12 13 This monitor is unstable on arm64, say N unless you are testing it. 14 15 For further information, see: 16 Documentation/trace/rv/monitor_sched.rst 17