aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/trace/skb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/trace/skb.h b/include/trace/skb.h
index 3aa864697c09..a96610f92f69 100644
--- a/include/trace/skb.h
+++ b/include/trace/skb.h
@@ -1,6 +1,9 @@
1#ifndef _TRACE_SKB_H_ 1#ifndef _TRACE_SKB_H_
2#define _TRACE_SKB_H_ 2#define _TRACE_SKB_H_
3 3
4#include <linux/skbuff.h>
5#include <linux/tracepoint.h>
6
4DECLARE_TRACE(kfree_skb, 7DECLARE_TRACE(kfree_skb,
5 TPPROTO(struct sk_buff *skb, void *location), 8 TPPROTO(struct sk_buff *skb, void *location),
6 TPARGS(skb, location)); 9 TPARGS(skb, location));