Re: [External] Re: [PATCH v5] sock: add tracepoint for send recv length
From: 运辉崔 <hidden>
Date: 2023-01-11 06:17:50
Also in:
lkml, netdev
From: 运辉崔 <hidden>
Date: 2023-01-11 06:17:50
Also in:
lkml, netdev
On Wed, Jan 11, 2023 at 12:12 PM Steven Rostedt [off-list ref] wrote:
On Wed, 11 Jan 2023 11:53:24 +0800 运辉崔 [off-list ref] wrote:quoted
Hi Steve, Based on your suggestion, can we use the following code instead of using DEFINE_EVENT_PRINT ?I only suggested it because you didn't have that logic for the sock_send_length trace event. But if you don't care about that one, then sure, use it for both. -- Steve
Ok, Thank you, I'll post v6 later.