[PATCH 10/11] perf test: Add 'perf test BPF'

2015-11-06 Thread Arnaldo Carvalho de Melo
From: Wang Nan This patch adds BPF testcase for testing BPF event filtering. By utilizing the result of 'perf test LLVM', this patch compiles the eBPF sample program then test its ability. The BPF script in 'perf test LLVM' lets only 50% samples generated by epoll_pwait() to be captured. This

[PATCH 10/11] perf test: Add 'perf test BPF'

2015-11-06 Thread Arnaldo Carvalho de Melo
From: Wang Nan This patch adds BPF testcase for testing BPF event filtering. By utilizing the result of 'perf test LLVM', this patch compiles the eBPF sample program then test its ability. The BPF script in 'perf test LLVM' lets only 50% samples generated by epoll_pwait()