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