Re: [PATCH net-next 0/3] trace: use TP_STORE_ADDRS macro
From: Eric Dumazet <edumazet@google.com>
Date: 2024-03-26 13:18:57
Also in:
linux-trace-kernel
From: Eric Dumazet <edumazet@google.com>
Date: 2024-03-26 13:18:57
Also in:
linux-trace-kernel
On Tue, Mar 26, 2024 at 11:44 AM Jason Xing [off-list ref] wrote:
Well, it's a pity that it seems that we are about to abandon this method but it's not that friendly to the users who are unable to deploy BPF...
It is a pity these tracepoint patches are consuming a lot of reviewer time, just because some people 'can not deploy BPF' Well, I came up with more ideas about how to improve the
trace function in recent days. The motivation of doing this is that I encountered some issues which could be traced/diagnosed by using trace effortlessly without writing some bpftrace codes again and again. The status of trace seems not active but many people are still using it, I believe.
'Writing bpftrace codes again and again' is not a good reason to add maintenance costs to linux networking stack.