trace.c 211 B

12345678910
  1. // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
  2. /* Copyright (C) 2019 Netronome Systems, Inc. */
  3. #include <linux/module.h>
  4. #ifndef __CHECKER__
  5. #define CREATE_TRACE_POINTS
  6. #include "trace.h"
  7. #endif