aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/prog_tests/send_signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-29selftests/bpf: Bump internal send_signal/send_signal_tracepoint timeoutDaniel Müller1-1/+1
2022-03-11selftests/bpf: Fix a clang compilation error for send_signal.cYonghong Song1-1/+1
2022-03-08Improve send_signal BPF test stabilityMykola Lysenko1-7/+10
2021-08-17selftests/bpf: Fix flaky send_signal testYonghong Song1-0/+16
2021-08-17selftests/bpf: Replace CHECK with ASSERT_* macros in send_signal.cYonghong Song1-25/+20
2021-05-25selftests/bpf: Turn on libbpf 1.0 mode and fix all IS_ERR checksAndrii Nakryiko1-2/+1
2021-05-11selftests/bpf: Stop using static variables for passing data to/from user-spaceAndrii Nakryiko1-1/+1
2020-08-06bpf: Fix compilation warning of selftestsJianlin Lv1-10/+8
2020-01-16selftests/bpf: Fix test_progs send_signal flakiness with nmi modeYonghong Song1-5/+1
2020-01-15tools/bpf: Add self tests for bpf_send_signal_thread()Yonghong Song1-77/+51
2019-08-28selftests/bpf: test_progs: remove unused retStanislav Fomichev1-23/+19
2019-08-28selftests/bpf: test_progs: test__skipStanislav Fomichev1-0/+1
2019-08-06selftests/bpf: test_progs: test__printf -> printfStanislav Fomichev1-2/+2
2019-07-27selftests/bpf: convert send_signal.c to use subtestsAndrii Nakryiko1-3/+6
2019-07-27selftests/bpf: abstract away test log outputAndrii Nakryiko1-6/+2
2019-07-16selftests/bpf: skip nmi test when perf hw events are disabledIlya Leoshkevich1-1/+32
2019-05-24tools/bpf: add selftest in test_progs for bpf_send_signal() helperYonghong Song1-0/+198