Signed-off-by: Neil Horman <nhorman@tuxdriver.com> include/trace/skb.h | 8 ++++++++ net/core/Makefile | 2 ++ net/core/net-traces.c | 29 +++++++++++++++++++++++++++++ 3 files changed, 39 insertions(+) Signed-off-by: David S. Miller <davem@davemloft.net>
9 lines
150 B
C
9 lines
150 B
C
#ifndef _TRACE_SKB_H_
|
|
#define _TRACE_SKB_H_
|
|
|
|
DECLARE_TRACE(kfree_skb,
|
|
TPPROTO(struct sk_buff *skb, void *location),
|
|
TPARGS(skb, location));
|
|
|
|
#endif
|