2009-03-11 10:48:26 +01:00
|
|
|
#ifndef _TRACE_SKB_H_
|
|
|
|
#define _TRACE_SKB_H_
|
|
|
|
|
2009-03-24 10:44:28 +01:00
|
|
|
#include <linux/skbuff.h>
|
|
|
|
#include <linux/tracepoint.h>
|
|
|
|
|
2009-03-11 10:48:26 +01:00
|
|
|
DECLARE_TRACE(kfree_skb,
|
2009-03-19 05:46:17 +01:00
|
|
|
TP_PROTO(struct sk_buff *skb, void *location),
|
|
|
|
TP_ARGS(skb, location));
|
2009-03-11 10:48:26 +01:00
|
|
|
|
|
|
|
#endif
|