xref: /linux/kernel/trace/rv/monitors/rtapp/Kconfig (revision 4ff261e725d7376c12e745fdbe8a33cd6dbd5a83)
1config RV_MON_RTAPP
2	depends on RV
3	depends on RV_PER_TASK_MONITORS >= 2
4	bool "rtapp monitor"
5	help
6	  Collection of monitors to check for common problems with real-time
7	  application that may cause unexpected latency.
8
9	  If you are developing a real-time system and not entirely sure whether
10	  the applications are designed correctly for real-time, you want to say
11	  Y here.
12