diff options
Diffstat (limited to 'include/trace/skb.h')
-rw-r--r-- | include/trace/skb.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/trace/skb.h b/include/trace/skb.h new file mode 100644 index 000000000000..b66206d9be72 --- /dev/null +++ b/include/trace/skb.h @@ -0,0 +1,11 @@ +#ifndef _TRACE_SKB_H_ +#define _TRACE_SKB_H_ + +#include <linux/skbuff.h> +#include <linux/tracepoint.h> + +DECLARE_TRACE(kfree_skb, + TP_PROTO(struct sk_buff *skb, void *location), + TP_ARGS(skb, location)); + +#endif |