Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003  * GPU memory trace points
0004  *
0005  * Copyright (C) 2020 Google, Inc.
0006  */
0007 
0008 #include <linux/module.h>
0009 
0010 #define CREATE_TRACE_POINTS
0011 #include <trace/events/gpu_mem.h>
0012 
0013 EXPORT_TRACEPOINT_SYMBOL(gpu_mem_total);