napi.h 379 B

1234567891011121314151617
  1. #undef TRACE_SYSTEM
  2. #define TRACE_SYSTEM napi
  3. #if !defined(_TRACE_NAPI_H) || defined(TRACE_HEADER_MULTI_READ)
  4. #define _TRACE_NAPI_H_
  5. #include <linux/netdevice.h>
  6. #include <linux/tracepoint.h>
  7. DECLARE_TRACE(napi_poll,
  8. TP_PROTO(struct napi_struct *napi),
  9. TP_ARGS(napi));
  10. #endif /* _TRACE_NAPI_H_ */
  11. /* This part must be outside protection */
  12. #include <trace/define_trace.h>