Re: [PATCH net-next v4 0/2] bpf/tracing: allow user space to query prog array on the same tp

2017-12-11 Thread Daniel Borkmann
On 12/11/2017 08:39 PM, Yonghong Song wrote: > Commit e87c6bc3852b ("bpf: permit multiple bpf attachments > for a single perf event") added support to attach multiple > bpf programs to a single perf event. Given a perf event > (kprobe, uprobe, or kernel tracepoint), the perf ioctl interface > is

[PATCH net-next v4 0/2] bpf/tracing: allow user space to query prog array on the same tp

2017-12-11 Thread Yonghong Song
Commit e87c6bc3852b ("bpf: permit multiple bpf attachments for a single perf event") added support to attach multiple bpf programs to a single perf event. Given a perf event (kprobe, uprobe, or kernel tracepoint), the perf ioctl interface is used to query bpf programs attached to the same trace