brintos

brintos / linux-shallow public Read only

0
0
Text · 240 B · 01e8558 Raw
14 lines · c
1// SPDX-License-Identifier: GPL-2.02/*3 * GPU memory trace points4 *5 * Copyright (C) 2020 Google, Inc.6 */7 8#include <linux/module.h>9 10#define CREATE_TRACE_POINTS11#include <trace/events/gpu_mem.h>12 13EXPORT_TRACEPOINT_SYMBOL(gpu_mem_total);14