kgsl_trace.c 264 B

123456789101112
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * Copyright (c) 2011,2013,2015,2019 The Linux Foundation. All rights reserved.
  4. */
  5. #include <linux/module.h>
  6. #include "kgsl_device.h"
  7. /* Instantiate tracepoints */
  8. #define CREATE_TRACE_POINTS
  9. #include "kgsl_trace.h"