summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/progs/fentry_test.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Fix warning comparing pointer to 0Jiapeng Chong2021-03-101-1/+1
* bpf: Add tests for PTR_TO_BTF_ID vs. null comparisonYonghong Song2020-06-301-0/+22
* libbpf: Merge selftests' bpf_trace_helpers.h into libbpf's bpf_tracing.hAndrii Nakryiko2020-03-021-1/+1
* selftests: Use consistent include paths for libbpfToke Høiland-Jørgensen2020-01-201-1/+1
* selftests/bpf: Add BPF_PROG, BPF_KPROBE, and BPF_KRETPROBE macrosAndrii Nakryiko2020-01-101-9/+12
* libbpf: Fix global variable relocationAndrii Nakryiko2019-11-271-6/+6
* bpf: Introduce BPF_TRACE_x helper for the tracing testsMartin KaFai Lau2019-11-241-54/+18
* selftests/bpf: Add test for BPF trampolineAlexei Starovoitov2019-11-151-0/+90