blob: 188deca2f3c7721a1baac60cc07e8d7006442c71 [file] [log] [blame]
Steven Rostedt2e26ca72010-05-05 10:52:31 -04001#undef TRACE_SYSTEM
2#define TRACE_SYSTEM napi
3
4#if !defined(_TRACE_NAPI_H) || defined(TRACE_HEADER_MULTI_READ)
Neil Horman4ea7e382009-05-21 07:36:08 +00005#define _TRACE_NAPI_H_
6
7#include <linux/netdevice.h>
8#include <linux/tracepoint.h>
9
10DECLARE_TRACE(napi_poll,
11 TP_PROTO(struct napi_struct *napi),
12 TP_ARGS(napi));
13
Steven Rostedt2e26ca72010-05-05 10:52:31 -040014#endif /* _TRACE_NAPI_H_ */
15
16/* This part must be outside protection */
17#include <trace/define_trace.h>