开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
prog_tests
/
send_signal.c
Age
Commit message (
Expand
)
Author
2024-11-12
selftests/bpf: update send_signal to lower perf evemts frequency
Eduard Zingerman
2024-11-12
selftests/bpf: allow send_signal test to timeout
Eduard Zingerman
2024-10-21
selftests/bpf: Augment send_signal test with remote signaling
Puranjay Mohan
2024-06-06
selftests/bpf: Fix send_signal test with nested CONFIG_PARAVIRT
Yonghong Song
2024-04-02
selftests/bpf: Skip test when perf_event_open returns EOPNOTSUPP
Pu Lehui
2023-03-10
bpf/selftests: Fix send_signal tracepoint tests
David Vernet
2022-07-29
selftests/bpf: Bump internal send_signal/send_signal_tracepoint timeout
Daniel Müller
2022-03-11
selftests/bpf: Fix a clang compilation error for send_signal.c
Yonghong Song
2022-03-08
Improve send_signal BPF test stability
Mykola Lysenko
2021-08-17
selftests/bpf: Fix flaky send_signal test
Yonghong Song
2021-08-17
selftests/bpf: Replace CHECK with ASSERT_* macros in send_signal.c
Yonghong Song
2021-05-25
selftests/bpf: Turn on libbpf 1.0 mode and fix all IS_ERR checks
Andrii Nakryiko
2021-05-11
selftests/bpf: Stop using static variables for passing data to/from user-space
Andrii Nakryiko
2020-08-06
bpf: Fix compilation warning of selftests
Jianlin Lv
2020-01-16
selftests/bpf: Fix test_progs send_signal flakiness with nmi mode
Yonghong Song
2020-01-15
tools/bpf: Add self tests for bpf_send_signal_thread()
Yonghong Song
2019-08-28
selftests/bpf: test_progs: remove unused ret
Stanislav Fomichev
2019-08-28
selftests/bpf: test_progs: test__skip
Stanislav Fomichev
2019-08-06
selftests/bpf: test_progs: test__printf -> printf
Stanislav Fomichev
2019-07-27
selftests/bpf: convert send_signal.c to use subtests
Andrii Nakryiko
2019-07-27
selftests/bpf: abstract away test log output
Andrii Nakryiko
2019-07-16
selftests/bpf: skip nmi test when perf hw events are disabled
Ilya Leoshkevich
2019-05-24
tools/bpf: add selftest in test_progs for bpf_send_signal() helper
Yonghong Song