summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/bpf.c
Commit message (Expand)AuthorAgeFilesLines
* perf test: Add libbpf pinning testJoe Stringer2017-01-311-1/+41
* perf test: Remove "test" and similar strings from test descriptionsArnaldo Carvalho de Melo2016-11-291-3/+3
* perf tools: Fix typo "No enough" to "Not enough"Alexander Alemayhu2016-10-241-1/+1
* perf test bpf: Fix typo: "ehough" -> "enough"Colin Ian King2016-08-231-1/+1
* perf test bpf: Use epoll_wait() instead of epoll_pwait()Arnaldo Carvalho de Melo2016-07-121-3/+3
* tools: Introduce str_error_r()Arnaldo Carvalho de Melo2016-07-121-2/+2
* perf evsel: Do not use globals in config()Arnaldo Carvalho de Melo2016-04-121-1/+1
* perf tools: Apply tracepoint event definition options to BPF scriptWang Nan2016-02-221-1/+1
* perf test: Check environment before start real BPF testWang Nan2016-01-291-0/+37
* perf test: Add libbpf relocation checkerWang Nan2016-01-261-5/+21
* perf test: Print result for each BPF subtestWang Nan2015-11-191-10/+28
* perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo2015-11-191-1/+1
* perf test: Fix 'perf test BPF' when it fails to find a suitable vmlinuxWang Nan2015-11-181-3/+4
* perf test: Test the BPF prologue adding infrastructureWang Nan2015-11-181-0/+34
* perf test: Fix build of BPF and LLVM on older glibc librariesArnaldo Carvalho de Melo2015-11-181-7/+7
* perf test: Add 'perf test BPF'Wang Nan2015-11-061-0/+209