Re: [PATCH net-next] udp: Add tracepoint for udp_sendmsg()
From: Steven Rostedt
Date: Fri Apr 18 2025 - 10:45:33 EST
On Fri, 18 Apr 2025 08:33:51 -0400
Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
> In fact, if there is a clean up, it should be adding "_tp" to all
> tracepoints that do not have a corresponding trace event attached to them.
> As they are in kernel only, that change should not cause any ABI breakage.
Actually, I think I'll make it where tracepoints created via
DECLARE_TRACE() will automatically get the "_tp" ending. That would help
enforce this API.
-- Steve