Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 2d68b7fe55d9e19a8a868224ed0dfd6526568521 11 lines 194 B view raw
1#ifndef _TRACE_NAPI_H_ 2#define _TRACE_NAPI_H_ 3 4#include <linux/netdevice.h> 5#include <linux/tracepoint.h> 6 7DECLARE_TRACE(napi_poll, 8 TP_PROTO(struct napi_struct *napi), 9 TP_ARGS(napi)); 10 11#endif