aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/bpf/bpf_testmod (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-06selftests/bpf: Bad_struct_ops testEduard Zingerman2-0/+28
2024-03-06selftests/bpf: Test struct_ops map definition with type suffixEduard Zingerman1-0/+2
2024-03-04selftests/bpf: Test struct_ops maps with a large number of struct_ops program.Kui-Feng Lee1-0/+44
2024-02-29selftests/bpf: Test if shadow types work correctly.Kui-Feng Lee2-1/+18
2024-02-13selftests/bpf: Test PTR_MAYBE_NULL arguments of struct_ops operators.Kui-Feng Lee2-1/+16
2024-02-05selftests/bpf: Suppress warning message of an unused variable.Kui-Feng Lee2-5/+3
2024-01-31bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu1-4/+4
2024-01-29selftests/bpf: Drop return in bpf_testmod_exitGeliang Tang1-1/+1
2024-01-23selftests/bpf: test case for register_bpf_struct_ops().Kui-Feng Lee2-0/+71
2024-01-23selftests/bpf: Fix potential premature unload in bpf_testmodArtem Savkov1-0/+9
2023-11-01bpf: Add __bpf_hook_{start,end} macrosDave Marchevsky1-4/+2
2023-09-25selftests/bpf: Add test for missed counts of perf event link kprobeJiri Olsa2-0/+7
2023-07-27selftests/bpf: Test ldsx with more complex casesYonghong Song1-1/+8
2023-07-13selftests/bpf: add testcase for TRACING with 6+ argumentsMenglong Dong1-1/+48
2023-06-08selftests/bpf: Add missing prototypes for several test kfuncsJiri Olsa2-8/+15
2023-05-16bpf: Move kernel test kfuncs to bpf_testmodJiri Olsa2-0/+226
2023-05-16selftests/bpf: Remove extern from kfuncs declarationsJiri Olsa1-18/+18
2023-05-16selftests/bpf: Move kfunc exports to bpf_testmod/bpf_testmod_kfunc.hJiri Olsa1-0/+40
2023-04-19selftests/bpf: Add test to access integer type of variable arrayFeng Zhou1-0/+20
2023-04-13selftests/bpf: Fix compiler warnings in bpf_testmod for kfuncsAndrii Nakryiko1-0/+6
2023-04-13selftests/bpf: Keep the loop in bpf_testmod_loop_testSong Liu1-1/+5
2023-03-15bpf/selftests: Test fentry attachment to shadowed functionsViktor Malik1-0/+6
2023-03-08selftests/bpf: implement and test custom testmod_seq iteratorAndrii Nakryiko2-1/+47
2023-02-02bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet1-1/+1
2022-10-25selftests/bpf: Add bpf_testmod_fentry_* functionsJiri Olsa1-0/+24
2022-09-06selftests/bpf: Add struct argument tests with fentry/fexit programs.Yonghong Song1-0/+48
2022-07-21bpf: Switch to new kfunc flags infrastructureKumar Kartikeya Dwivedi1-5/+5
2022-03-05selftests/bpf: Add a test for btf_type_tag "percpu"Hao Luo1-0/+14
2022-02-04selftests/bpf: Test bpf_core_types_are_compat() functionality.Matteo Croce1-0/+7
2022-01-27selftests/bpf: add a selftest with __user tagYonghong Song1-0/+18
2022-01-18selftests/bpf: Add test for race in btf_try_get_moduleKumar Kartikeya Dwivedi1-0/+4
2022-01-18bpf: Remove check_kfunc_call callback and old kfunc BTF ID APIKumar Kartikeya Dwivedi1-8/+9
2021-12-16selftest/bpf: Add a test that reads various addresses.Alexei Starovoitov1-0/+20
2021-10-08bpf/selftests: Add test for writable bare tracepointHou Tao3-0/+30
2021-10-05bpf: selftests: Add selftests for module kfunc supportKumar Kartikeya Dwivedi1-1/+22
2021-09-13selftests/bpf: Add test for bpf_get_branch_snapshotSong Liu1-2/+17
2021-01-20selftests: bpf: Add a new test for bare tracepointsQais Yousef3-1/+32
2021-01-12selftests/bpf: Test kernel module ksym externsAndrii Nakryiko1-0/+3
2020-12-03selftests/bpf: Add bpf_testmod kernel module for testingAndrii Nakryiko5-0/+128