xref: /linux/drivers/gpu/trace/Kconfig (revision 8d2b0853add1d7534dc0794e3c8e0b9e8c4ec640)
1# SPDX-License-Identifier: GPL-2.0-only
2
3config TRACE_GPU_MEM
4	bool "Enable GPU memory usage tracepoints"
5	default n
6	help
7	  Choose this option to enable tracepoints for tracking
8	  global and per-process GPU memory usage. Intended for
9	  performance profiling and required for Android.
10
11	  Tracepoint availability varies by GPU driver.
12
13	  If in doubt, say "N".
14