blob: ae3eb410abd78879a87324d18f6943a6b1d18995 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# SPDX-License-Identifier: GPL-2.0-only
#
config RV_MON_SCHED
depends on RV
bool "sched monitor"
help
Collection of monitors to check the scheduler behaves according to specifications.
Enable this to enable all scheduler specification supported by the current kernel.
For further information, see:
Documentation/trace/rv/monitor_sched.rst
|