index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
prog_tests
/
bpf_iter.c
Age
Commit message (
Expand
)
Author
2024-11-12
selftests/bpf: watchdog timer for test_progs
Eduard Zingerman
2024-11-04
selftests/bpf: Clean up open-coded gettid syscall invocations
Kumar Kartikeya Dwivedi
2024-10-29
bpf: handle implicit declaration of function gettid in bpf_iter.c
Jason Xing
2024-10-17
bpf: Properly test iter/task tid filtering
Jordan Rome
2024-09-05
selftests/bpf: fix some typos in selftests
Lin Yikai
2023-11-13
selftests/bpf: Add assert for user stacks in test_task_stack
Jordan Rome
2023-11-09
selftests/bpf: Add malloc failure checks in bpf_iter
Yuran Pereira
2023-11-09
selftests/bpf: Convert CHECK macros to ASSERT_* macros in bpf_iter
Yuran Pereira
2023-10-19
selftests/bpf: rename bpf_iter_task.c to bpf_iter_tasks.c
Chuyi Zhou
2023-10-13
selftests/bpf: Rename bpf_iter_task_vma.c to bpf_iter_task_vmas.c
Dave Marchevsky
2023-02-16
selftests/bpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()
Ilya Leoshkevich
2022-12-28
selftests/bpf: add a test for iter/task_vma for short-lived processes
Kui-Feng Lee
2022-10-21
selftests/bpf: Add write to hashmap to array_map iter test
Dave Marchevsky
2022-10-13
selftests/bpf: Use sys_pidfd_open() helper when possible
Hou Tao
2022-10-06
selftests/bpf: Add missing bpf_iter_vma_offset__destroy call
Jiri Olsa
2022-09-28
selftests/bpf: Test parameterized task BPF iterators.
Kui-Feng Lee
2022-08-10
selftests/bpf: Ensure sleepable program is rejected by hash map iter
Hou Tao
2022-08-10
selftests/bpf: Add write tests for sk local storage map iterator
Hou Tao
2022-08-10
selftests/bpf: Add tests for reading a dangling map iter fd
Hou Tao
2022-07-12
selftests/bpf: add a ksym iter subtest
Alan Maguire
2022-05-10
selftests/bpf: Add bpf link iter test
Dmitrii Dolgov
2022-05-10
selftests/bpf: Use ASSERT_* instead of CHECK
Dmitrii Dolgov
2022-05-10
selftests/bpf: Fix result check for test_bpf_hash_map
Dmitrii Dolgov
2022-04-11
selftests/bpf: Drop duplicate max/min definitions
Geliang Tang
2022-01-24
selftests/bpf: Add test for sleepable bpf iterator programs
Kenny Yu
2021-12-03
bpf: Fix the test_task_vma selftest to support output shorter than 1 kB
Maxim Mikityanskiy
2021-11-25
selftests/bpf: Migrate selftests to bpf_map_create()
Andrii Nakryiko
2021-11-07
selftests/bpf: Free per-cpu values array in bpf_iter selftest
Andrii Nakryiko
2021-09-17
selftests/bpf: Fix a few compiler warnings
Yonghong Song
2021-08-15
selftest/bpf: Implement sample UNIX domain socket iterator program.
Kuniyuki Iwashima
2021-05-25
selftests/bpf: Turn on libbpf 1.0 mode and fix all IS_ERR checks
Andrii Nakryiko
2021-04-19
bpf/selftests: Add bpf_get_task_stack retval bounds test_prog
Dave Marchevsky
2021-02-12
selftests/bpf: Add test for bpf_iter_task_vma
Song Liu
2020-12-04
selftests/bpf: Test bpf_sk_storage_get in tcp iterators
Florent Revest
2020-12-04
selftests/bpf: Add an iterator selftest for bpf_sk_storage_get
Florent Revest
2020-12-04
selftests/bpf: Add an iterator selftest for bpf_sk_storage_delete
Florent Revest
2020-09-29
selftests/bpf_iter: Don't fail test due to missing __builtin_btf_type_id
Toke Høiland-Jørgensen
2020-09-28
selftests/bpf: Add test for bpf_seq_printf_btf helper
Alan Maguire
2020-09-28
selftests/bpf: Fix overflow tests to reflect iter size increase
Alan Maguire
2020-09-02
selftests/bpf: Test task_file iterator without visiting pthreads
Yonghong Song
2020-08-06
tools/bpf: Support new uapi for map element bpf iterator
Yonghong Song
2020-07-31
selftests/bpf: Test bpf_iter buffer access with negative offset
Yonghong Song
2020-07-25
selftests/bpf: Add a test for out of bound rdonly buf access
Yonghong Song
2020-07-25
selftests/bpf: Add a test for bpf sk_storage_map iterator
Yonghong Song
2020-07-25
selftests/bpf: Add test for bpf array map iterators
Yonghong Song
2020-07-25
selftests/bpf: Add test for bpf hash map iterators
Yonghong Song
2020-07-01
selftests/bpf: Add bpf_iter test with bpf_get_task_stack()
Song Liu
2020-06-24
selftests/bpf: Add tcp/udp iterator programs to selftests
Yonghong Song
2020-05-09
tools/bpf: selftests: Add bpf_iter selftests
Yonghong Song