Re: [PATCH net-next] udp: Add tracepoint for udp_sendmsg()
From: David Ahern
Date: Fri Apr 18 2025 - 00:58:08 EST
On 4/17/25 10:00 AM, Breno Leitao wrote:
>> $ git grep trace_ net drivers/net | grep _tp
>> net/bpf/test_run.c: trace_bpf_trigger_tp(nonce);
>> net/ipv4/tcp_input.c: trace_tcp_cwnd_reduction_tp(sk,
>> newly_acked_sacked, newly_lost, flag);
>
> Do we want to rename them and remove the _tp? I suppose it is OK given
> that tracepoints are not expected to be stable?
>
> Also, if we have consensus about this patch, I will remove the _tp from
> it.
>
I am only asking for consistency. Based on existing networking
instances, consistency is no _tp suffix.