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..a96610f92f69 --- /dev/null +++ b/include/trace/skb.h | |||
@@ -0,0 +1,11 @@ | |||
1 | #ifndef _TRACE_SKB_H_ | ||
2 | #define _TRACE_SKB_H_ | ||
3 | |||
4 | #include <linux/skbuff.h> | ||
5 | #include <linux/tracepoint.h> | ||
6 | |||
7 | DECLARE_TRACE(kfree_skb, | ||
8 | TPPROTO(struct sk_buff *skb, void *location), | ||
9 | TPARGS(skb, location)); | ||
10 | |||
11 | #endif | ||