aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYiwei Zhang <[email protected]>2020-04-28 15:08:25 -0700
committerSteven Rostedt (VMware) <[email protected]>2020-05-07 13:32:57 -0400
commit386c82a70319d42dba4f1b30e5e7076f2b4d8c2f (patch)
treef584d53b7514b90c8d98f197b9b824c9cf674366
parent11f5efc3ab66284f7aaacc926e9351d658e2577b (diff)
gpu/trace: Minor comment updates for gpu_mem_total tracepoint
This change updates the improper comment for the 'size' attribute in the tracepoint definition. Most gfx drivers pre-fault in physical pages instead of making virtual allocations. So we drop the 'Virtual' keyword here and leave this to the implementations. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Yiwei Zhang <[email protected]> Signed-off-by: Steven Rostedt (VMware) <[email protected]>
-rw-r--r--include/trace/events/gpu_mem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/trace/events/gpu_mem.h b/include/trace/events/gpu_mem.h
index 1897822a9150..26d871f96e94 100644
--- a/include/trace/events/gpu_mem.h
+++ b/include/trace/events/gpu_mem.h
@@ -24,7 +24,7 @@
*
* @pid: Put 0 for global total, while positive pid for process total.
*
- * @size: Virtual size of the allocation in bytes.
+ * @size: Size of the allocation in bytes.
*
*/
TRACE_EVENT(gpu_mem_total,