1menu "Related Thread Group" 2 3config SCHED_RTG 4 bool "Related Thread Group" 5 depends on SCHED_WALT 6 default n 7 help 8 Set related threads into a group. 9 10config SCHED_RTG_DEBUG 11 bool "Related Thread Group DebugFS" 12 depends on SCHED_RTG 13 default n 14 help 15 If set, debug node will show rtg threads 16 17config SCHED_RTG_CGROUP 18 bool "enable DEFAULT_CGROUP_COLOC RTG" 19 depends on SCHED_RTG 20 default n 21 help 22 If set, support for adding the tasks which belong to 23 co-located cgroup to DEFAULT_CGROUP_COLOC RTG. 24 25config SCHED_RTG_FRAME 26 bool "Frame-based Related Thread Group" 27 depends on SCHED_RTG 28 default n 29 help 30 Support frame-based related thread group scheduling. 31 If set, you can set the task to RTG and kernel will 32 statistic the load per frame. 33 34config SCHED_RTG_RT_THREAD_LIMIT 35 bool "Limit the number of RT threads in groups" 36 depends on SCHED_RTG_FRAME 37 default n 38 help 39 If set, limit the number of RT threads in frame RTG. 40endmenu 41