blob: 6d02e239b684a9311fca4d10d85614db5b1e9da3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# SPDX-License-Identifier: GPL-2.0-only
#
config RV_MON_OPID
depends on RV
depends on RV_MON_SCHED
default y
select HA_MON_EVENTS_IMPLICIT
bool "opid monitor"
help
Monitor to ensure operations like wakeup and need resched occur with
interrupts and preemption disabled.
For further information, see:
Documentation/trace/rv/monitor_sched.rst
|