On Fri, 02 Feb 2024 08:48:39 +0100 Tobias Waldekranz wrote:
> > Are you printing things together into one big string?
> > Seems like leaving a lot of features on the table.
> > trace point events can be filtered, not to mention attaching
> > to them with bpftrace.   
> 
> My thinking was that __entry->msg was mostly for use by the tracepoint's
> printf, and that if you are using some dynamic tracer, __entry->info
> points to the verbatim notification which you can use to apply arbitrary
> filtering.

Ah, I see. That works.

Reply via email to