aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/bpf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-23perf test bpf: Fix typo: "ehough" -> "enough"Colin Ian King1-1/+1
2016-07-12perf test bpf: Use epoll_wait() instead of epoll_pwait()Arnaldo Carvalho de Melo1-3/+3
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo1-2/+2
2016-04-11perf evsel: Do not use globals in config()Arnaldo Carvalho de Melo1-1/+1
2016-02-22perf tools: Apply tracepoint event definition options to BPF scriptWang Nan1-1/+1
2016-01-29perf test: Check environment before start real BPF testWang Nan1-0/+37
2016-01-26perf test: Add libbpf relocation checkerWang Nan1-5/+21
2015-11-19perf test: Print result for each BPF subtestWang Nan1-10/+28
2015-11-19perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo1-1/+1
2015-11-18perf test: Fix 'perf test BPF' when it fails to find a suitable vmlinuxWang Nan1-3/+4
2015-11-18perf test: Test the BPF prologue adding infrastructureWang Nan1-0/+34
2015-11-18perf test: Fix build of BPF and LLVM on older glibc librariesArnaldo Carvalho de Melo1-7/+7
2015-11-06perf test: Add 'perf test BPF'Wang Nan1-0/+209