]> Git Repo - linux.git/blob - drivers/gpu/trace/trace_gpu_mem.c
Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm-misc...
[linux.git] / drivers / gpu / trace / trace_gpu_mem.c
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * GPU memory trace points
4  *
5  * Copyright (C) 2020 Google, Inc.
6  */
7
8 #include <linux/module.h>
9
10 #define CREATE_TRACE_POINTS
11 #include <trace/events/gpu_mem.h>
12
13 EXPORT_TRACEPOINT_SYMBOL(gpu_mem_total);
This page took 0.041286 seconds and 4 git commands to generate.