All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] net: tracepoint: exposing sk_family in tcp:tracepoints
@ 2021-01-26 21:25 Hariharan Ananthakrishnan
  2021-01-26 21:25 ` [PATCH 1/1] net: tracepoint: exposing sk_family in all tcp:tracepoints Hariharan Ananthakrishnan
  2021-01-28  0:19 ` [PATCH 0/1] net: tracepoint: exposing sk_family in tcp:tracepoints Jakub Kicinski
  0 siblings, 2 replies; 3+ messages in thread
From: Hariharan Ananthakrishnan @ 2021-01-26 21:25 UTC (permalink / raw)
  To: Eric Dumazet, David S . Miller, Jakub Kicinski
  Cc: netdev, Song Liu, Daniel Borkmann, Alexei Starovoitov,
	Brendan Gregg, Hariharan Ananthakrishnan

Similar to sock:inet_sock_set_state tracepoint, expose sk_family to
distinguish AF_INET and AF_INET6 families.

The following tcp tracepoints are updated:
tcp:tcp_destroy_sock
tcp:tcp_rcv_space_adjust
tcp:tcp_retransmit_skb
tcp:tcp_send_reset
tcp:tcp_receive_reset
tcp:tcp_retransmit_synack
tcp:tcp_probe

Signed-off-by: Hariharan Ananthakrishnan <hari@netflix.com>
Signed-off-by: Brendan Gregg <bgregg@netflix.com> 

Hariharan Ananthakrishnan (1):
  net: tracepoint: exposing sk_family in all tcp:tracepoints

 include/trace/events/tcp.h | 20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)


base-commit: 24f97b6af9a000bfda9ee693110189d7d4d629fe
-- 
2.27.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-28  0:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-26 21:25 [PATCH 0/1] net: tracepoint: exposing sk_family in tcp:tracepoints Hariharan Ananthakrishnan
2021-01-26 21:25 ` [PATCH 1/1] net: tracepoint: exposing sk_family in all tcp:tracepoints Hariharan Ananthakrishnan
2021-01-28  0:19 ` [PATCH 0/1] net: tracepoint: exposing sk_family in tcp:tracepoints Jakub Kicinski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.