From: David S. Miller Date: Thu, 22 Oct 2015 13:42:23 +0000 (-0700) Subject: Merge branch 'bpf-perf' X-Git-Tag: v4.14-rc1~4436^2~90 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=721daebbdb9ba44756a9695878ecca8aad38009b;p=platform%2Fkernel%2Flinux-rpi.git Merge branch 'bpf-perf' Alexei Starovoitov says: ==================== bpf_perf_event_output helper Over the last year there were multiple attempts to let eBPF programs output data into perf events by He Kuang and Wangnan. The last one was: https://lkml.org/lkml/2015/7/20/736 It was almost perfect with exception that all bpf programs would sent data into one global perf_event. This patch set takes different approach by letting user space open independent PERF_COUNT_SW_BPF_OUTPUT events, so that program output won't collide. Wangnan is working on corresponding perf patches. ==================== Signed-off-by: David S. Miller --- 721daebbdb9ba44756a9695878ecca8aad38009b