summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/progs/timer.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-19selftests/bpf: Test racing between bpf_timer_cancel_and_free and bpf_timer_ca...Martin KaFai Lau1-1/+33
2023-10-09selftests/bpf: Test pinning bpf timer to a coreDavid Vernet1-1/+62
2023-03-03selftests/bpf: Add absolute timer testTero Kristo1-0/+45
2022-09-07selftests/bpf: Use BPF_PROG2 for some fentry programs without struct argumentsYonghong Song1-2/+2
2022-09-05bpf: Optimize call_rcu in non-preallocated hash map.Alexei Starovoitov1-11/+0
2021-07-15selftests/bpf: Add bpf_timer test.Alexei Starovoitov1-0/+297