netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Hariharan Ananthakrishnan <hari@netflix.com>
To: Eric Dumazet <edumazet@google.com>,
	"David S . Miller" <davem@davemloft.net>,
	Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org, Song Liu <songliubraving@fb.com>,
	Daniel Borkmann <daniel@iogearbox.net>,
	Alexei Starovoitov <ast@kernel.org>,
	Brendan Gregg <bgregg@netflix.com>,
	Hariharan Ananthakrishnan <hari@netflix.com>
Subject: [PATCH 0/1] net: tracepoint: exposing sk_family in tcp:tracepoints
Date: Tue, 26 Jan 2021 21:25:29 +0000	[thread overview]
Message-ID: <20210126212530.6510-1-hari@netflix.com> (raw)

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


             reply	other threads:[~2021-01-27  8:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-26 21:25 Hariharan Ananthakrishnan [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210126212530.6510-1-hari@netflix.com \
    --to=hari@netflix.com \
    --cc=ast@kernel.org \
    --cc=bgregg@netflix.com \
    --cc=daniel@iogearbox.net \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=songliubraving@fb.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).