Kconfig 364 B

12345678910111213
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config TRACE_GPU_MEM
  3. bool "Enable GPU memory usage tracepoints"
  4. default n
  5. help
  6. Choose this option to enable tracepoints for tracking
  7. global and per-process GPU memory usage. Intended for
  8. performance profiling and required for Android.
  9. Tracepoint availability varies by GPU driver.
  10. If in doubt, say "N".