Re: [PATCH v3 net-next 0/5] replace tcp_set_state tracepoint with inet_sock_set_state

2017-12-20 Thread David Miller
From: Yafang Shao Date: Wed, 20 Dec 2017 11:12:49 +0800 > According to the discussion in the mail thread > https://patchwork.kernel.org/patch/10099243/, > tcp_set_state tracepoint is renamed to inet_sock_set_state tracepoint and is > moved to include/trace/events/sock.h. > > With this new tracep

[PATCH v3 net-next 0/5] replace tcp_set_state tracepoint with inet_sock_set_state

2017-12-19 Thread Yafang Shao
According to the discussion in the mail thread https://patchwork.kernel.org/patch/10099243/, tcp_set_state tracepoint is renamed to inet_sock_set_state tracepoint and is moved to include/trace/events/sock.h. With this new tracepoint, we can trace AF_INET/AF_INET6 sock state transitions. As there's