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

From: Jakub Kicinski
Date: Thu Sep 29 2022 - 12:18:55 EST


On Wed, 28 Sep 2022 15:15:14 -0700 Peilin Ye wrote:
> From: Peilin Ye <peilin.ye@xxxxxxxxxxxxx>
>
> As suggested by Cong, introduce a tracepoint for all ->sk_data_ready()
> and ->saved_data_ready() call sites. For example:

warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers]
const void (*data_ready)(struct sock *)),

Please double check W=1 build before reposting