trace_gpu_mem.c 240 B

12345678910111213
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * GPU memory trace points
  4. *
  5. * Copyright (C) 2020 Google, Inc.
  6. */
  7. #include <linux/module.h>
  8. #define CREATE_TRACE_POINTS
  9. #include <trace/events/gpu_mem.h>
  10. EXPORT_TRACEPOINT_SYMBOL(gpu_mem_total);