summaryrefslogtreecommitdiff
path: root/include/trace
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2009-03-24 09:44:28 +0000
committerDavid S. Miller <davem@davemloft.net>2009-03-24 14:24:10 -0700
commit5393f3162d3a85317e1e22c33539905fa5258e5f (patch)
tree451945b944458996f21aa4cc62aa3e6c2a5d0e49 /include/trace
parent35c7f6de7339f40a591a8aeccacdc429b1953674 (diff)
downloadlinux-3.10-5393f3162d3a85317e1e22c33539905fa5258e5f.tar.gz
linux-3.10-5393f3162d3a85317e1e22c33539905fa5258e5f.tar.bz2
linux-3.10-5393f3162d3a85317e1e22c33539905fa5258e5f.zip
net: Add dependent headers to trace/skb.h
The tracing header needs to include definitions for the macros used and the types referenced. This lets automated tracing tools like SystemTap make use of the tracepoint without any specific knowledge of its meaning (leaving that to the user). Signed-off-by: Josh Stone <jistone@redhat.com> CC: Neil Horman <nhorman@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/trace')
-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 3aa864697c0..a96610f92f6 100644
--- a/include/trace/skb.h
+++ b/include/trace/skb.h
@@ -1,6 +1,9 @@
#ifndef _TRACE_SKB_H_
#define _TRACE_SKB_H_
+#include <linux/skbuff.h>
+#include <linux/tracepoint.h>
+
DECLARE_TRACE(kfree_skb,
TPPROTO(struct sk_buff *skb, void *location),
TPARGS(skb, location));