Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/drivers/gpu/trace/Kconfig
26428 views
# SPDX-License-Identifier: GPL-2.0-only

config TRACE_GPU_MEM
	bool "Enable GPU memory usage tracepoints"
	default n
	help
	  Choose this option to enable tracepoints for tracking
	  global and per-process GPU memory usage. Intended for
	  performance profiling and required for Android.

	  Tracepoint availability varies by GPU driver.

	  If in doubt, say "N".