Part of the gradual TRACE_EVENT() semicolon removal. Enables creation of array of events, thus saving space for trace event probes. Signed-off-by: Mathieu Desnoyers Acked-by: Neil Horman CC: Steven Rostedt CC: Frederic Weisbecker CC: Ingo Molnar CC: Thomas Gleixner CC: Koki Sanagi CC: David S. Miller --- include/trace/events/skb.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Index: linux-2.6-lttng/include/trace/events/skb.h =================================================================== --- linux-2.6-lttng.orig/include/trace/events/skb.h +++ linux-2.6-lttng/include/trace/events/skb.h @@ -31,7 +31,7 @@ TRACE_EVENT(kfree_skb, TP_printk("skbaddr=%p protocol=%u location=%p", __entry->skbaddr, __entry->protocol, __entry->location) -); +) TRACE_EVENT(consume_skb, @@ -48,7 +48,7 @@ TRACE_EVENT(consume_skb, ), TP_printk("skbaddr=%p", __entry->skbaddr) -); +) TRACE_EVENT(skb_copy_datagram_iovec, @@ -67,7 +67,7 @@ TRACE_EVENT(skb_copy_datagram_iovec, ), TP_printk("skbaddr=%p len=%d", __entry->skbaddr, __entry->len) -); +) #endif /* _TRACE_SKB_H */ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/