summaryrefslogtreecommitdiff
path: root/tools/perf/tests/bpf.c
AgeCommit message (Expand)Author
2017-08-17perf events parse: Rename parse_events_parse argumentsArnaldo Carvalho de Melo
2017-08-17perf events parse: Rename parsing state struct to clearer nameArnaldo Carvalho de Melo
2017-08-11perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo
2017-01-31perf test: Add libbpf pinning testJoe Stringer
2016-11-29perf test: Remove "test" and similar strings from test descriptionsArnaldo Carvalho de Melo
2016-10-24perf tools: Fix typo "No enough" to "Not enough"Alexander Alemayhu
2016-08-23perf test bpf: Fix typo: "ehough" -> "enough"Colin Ian King
2016-07-12perf test bpf: Use epoll_wait() instead of epoll_pwait()Arnaldo Carvalho de Melo
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo
2016-04-11perf evsel: Do not use globals in config()Arnaldo Carvalho de Melo
2016-02-22perf tools: Apply tracepoint event definition options to BPF scriptWang Nan
2016-01-29perf test: Check environment before start real BPF testWang Nan
2016-01-26perf test: Add libbpf relocation checkerWang Nan
2015-11-19perf test: Print result for each BPF subtestWang Nan
2015-11-19perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo
2015-11-18perf test: Fix 'perf test BPF' when it fails to find a suitable vmlinuxWang Nan
2015-11-18perf test: Test the BPF prologue adding infrastructureWang Nan
2015-11-18perf test: Fix build of BPF and LLVM on older glibc librariesArnaldo Carvalho de Melo
2015-11-06perf test: Add 'perf test BPF'Wang Nan