Re: [PATCH net-next] trace: tcp: Add tracepoint for tcp_sendmsg()
From: Steven Rostedt
Date: Wed Apr 02 2025 - 12:01:27 EST
On Wed, 2 Apr 2025 08:11:03 -0600
David Ahern <dsahern@xxxxxxxxxx> wrote:
> How about passing in the sk reference here; not needed for trace
> entries, but makes it directly accessible for bpf programs.
Not to mention event probes (dynamic trace events that can be attached to
existing events and the fields can be dereferenced). One day I'll add
documentation about event probes as they have been in the kernel since 5.15! :-p
-- Steve