blob: 01e855897b6d093d4cd84cc1df13194121baec4d [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001// 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
13EXPORT_TRACEPOINT_SYMBOL(gpu_mem_total);