aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/progs/fentry_test.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-10bpf: Fix warning comparing pointer to 0Jiapeng Chong1-1/+1
2020-06-30bpf: Add tests for PTR_TO_BTF_ID vs. null comparisonYonghong Song1-0/+22
2020-03-02libbpf: Merge selftests' bpf_trace_helpers.h into libbpf's bpf_tracing.hAndrii Nakryiko1-1/+1
2020-01-20selftests: Use consistent include paths for libbpfToke Høiland-Jørgensen1-1/+1
2020-01-10selftests/bpf: Add BPF_PROG, BPF_KPROBE, and BPF_KRETPROBE macrosAndrii Nakryiko1-9/+12
2019-11-27libbpf: Fix global variable relocationAndrii Nakryiko1-6/+6
2019-11-24bpf: Introduce BPF_TRACE_x helper for the tracing testsMartin KaFai Lau1-54/+18
2019-11-15selftests/bpf: Add test for BPF trampolineAlexei Starovoitov1-0/+90