aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace/events/napi.h
blob: 188deca2f3c7721a1baac60cc07e8d7006442c71 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#undef TRACE_SYSTEM
#define TRACE_SYSTEM napi

#if !defined(_TRACE_NAPI_H) || defined(TRACE_HEADER_MULTI_READ)
#define _TRACE_NAPI_H_

#include <linux/netdevice.h>
#include <linux/tracepoint.h>

DECLARE_TRACE(napi_poll,
	TP_PROTO(struct napi_struct *napi),
	TP_ARGS(napi));

#endif /* _TRACE_NAPI_H_ */

/* This part must be outside protection */
#include <trace/define_trace.h>