Re: [PATCH net-next] net/sock: Introduce trace_sk_data_ready()

From: Cong Wang
Date: Sat Oct 15 2022 - 16:07:44 EST


On Thu, Sep 29, 2022 at 09:19:34AM -0700, Eric Dumazet wrote:
> Second patch adding the tracing point once in the helper ?
>
> Alternatively, why not add the tracepoint directly in the called
> functions (we have few of them),
> instead of all call points ?

Why do we want to give implementations of sk_data_ready() freedom
to not to call this trace_sk_data_ready()?

Thanks.