Kconfig 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. config RESCTRL_FS
  2. bool "CPU Resource Control Filesystem (resctrl)"
  3. depends on ARCH_HAS_CPU_RESCTRL
  4. select KERNFS
  5. select PROC_CPU_RESCTRL if PROC_FS
  6. help
  7. Some architectures provide hardware facilities to group tasks and
  8. monitor and control their usage of memory system resources such as
  9. caches and memory bandwidth. Examples of such facilities include
  10. Intel's Resource Director Technology (Intel(R) RDT) and AMD's
  11. Platform Quality of Service (AMD QoS).
  12. If your system has the necessary support and you want to be able to
  13. assign tasks to groups and manipulate the associated resource
  14. monitors and controls from userspace, say Y here to get a mountable
  15. 'resctrl' filesystem that lets you do just that.
  16. If nothing mounts or prods the 'resctrl' filesystem, resource
  17. controls and monitors are left in a quiescent, permissive state.
  18. On architectures where this can be disabled independently, it is
  19. safe to say N.
  20. See <file:Documentation/filesystems/resctrl.rst> for more information.
  21. config RESCTRL_FS_PSEUDO_LOCK
  22. bool
  23. depends on RESCTRL_FS
  24. help
  25. Software mechanism to pin data in a cache portion using
  26. micro-architecture specific knowledge.
  27. config RESCTRL_RMID_DEPENDS_ON_CLOSID
  28. bool
  29. depends on RESCTRL_FS
  30. help
  31. Enabled by the architecture when the RMID values depend on the CLOSID.
  32. This causes the CLOSID allocator to search for CLOSID with clean
  33. RMID.