Re: [PATCH bpf-next 0/2] bpf: add support for bpf program to read perf event sample address

2018-03-07 Thread Daniel Borkmann
On 03/06/2018 07:55 PM, Teng Qin wrote: > These patches add support that allows bpf programs attached to perf events to > read the address values recorded with the perf events. These values are > requested by specifying sample_type with PERF_SAMPLE_ADDR when calling > perf_event_open(). > > The ma

[PATCH bpf-next 0/2] bpf: add support for bpf program to read perf event sample address

2018-03-06 Thread Teng Qin
These patches add support that allows bpf programs attached to perf events to read the address values recorded with the perf events. These values are requested by specifying sample_type with PERF_SAMPLE_ADDR when calling perf_event_open(). The main motivation for these changes is to support buildi