openvswitch_trace.c 248 B

12345678910
  1. // SPDX-License-Identifier: GPL-2.0
  2. /* bug in tracepoint.h, it should include this */
  3. #include <linux/module.h>
  4. /* sparse isn't too happy with all macros... */
  5. #ifndef __CHECKER__
  6. #define CREATE_TRACE_POINTS
  7. #include "openvswitch_trace.h"
  8. #endif