[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190529130656.23979-1-tonylu@linux.alibaba.com>
Date: Wed, 29 May 2019 21:06:54 +0800
From: Tony Lu <tonylu@...ux.alibaba.com>
To: netdev@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, davem@...emloft.net,
laoar.shao@...il.com, songliubraving@...com
Subject: [PATCH net-next 0/3] introduce two new tracepoints for udp
This series introduces two new tracepoints trace_udp_send and
trace_udp_queue_rcv, and removes redundant new line from
tcp_event_sk_skb.
Tony Lu (3):
udp: introduce a new tracepoint for udp_send_skb
udp: introduce a new tracepoint for udp_queue_rcv_skb
tcp: remove redundant new line from tcp_event_sk_skb
include/trace/events/tcp.h | 2 +-
include/trace/events/udp.h | 88 ++++++++++++++++++++++++++++++++++++++
net/ipv4/udp.c | 2 +
net/ipv6/udp.c | 3 ++
4 files changed, 94 insertions(+), 1 deletion(-)
--
2.21.0
Powered by blists - more mailing lists