From: Yiwei Zhang Date: Tue, 28 Apr 2020 22:08:25 +0000 (-0700) Subject: gpu/trace: Minor comment updates for gpu_mem_total tracepoint X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=386c82a70319d42dba4f1b30e5e7076f2b4d8c2f;p=linux.git 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/20200428220825.169606-1-zzyiwei@google.com Signed-off-by: Yiwei Zhang Signed-off-by: Steven Rostedt (VMware) --- diff --git a/include/trace/events/gpu_mem.h b/include/trace/events/gpu_mem.h index 1897822a91506..26d871f96e940 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,