aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace
diff options
context:
space:
mode:
Diffstat (limited to 'include/trace')
-rw-r--r--include/trace/skb.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/trace/skb.h b/include/trace/skb.h
new file mode 100644
index 000000000000..3aa864697c09
--- /dev/null
+++ b/include/trace/skb.h
@@ -0,0 +1,8 @@
1#ifndef _TRACE_SKB_H_
2#define _TRACE_SKB_H_
3
4DECLARE_TRACE(kfree_skb,
5 TPPROTO(struct sk_buff *skb, void *location),
6 TPARGS(skb, location));
7
8#endif