Re: [PATCHv2 bpf-next 2/9] bpf: Add support for uprobe multi session attach

2024-07-02 Thread Andrii Nakryiko
On Mon, Jul 1, 2024 at 9:42 AM Jiri Olsa wrote: > > Adding support to attach bpf program for entry and return probe > of the same function. This is common use case which at the moment > requires to create two uprobe multi links. > > Adding new BPF_TRACE_UPROBE_SESSION attach type that instructs >

[PATCHv2 bpf-next 2/9] bpf: Add support for uprobe multi session attach

2024-07-01 Thread Jiri Olsa
Adding support to attach bpf program for entry and return probe of the same function. This is common use case which at the moment requires to create two uprobe multi links. Adding new BPF_TRACE_UPROBE_SESSION attach type that instructs kernel to attach single link program to both entry and exit pr