trace.c 102 B

1234567
  1. #include <linux/module.h>
  2. #ifndef __CHECKER__
  3. #define CREATE_TRACE_POINTS
  4. #include "trace.h"
  5. #endif