| /linux/tools/testing/selftests/bpf/prog_tests/ |
| A D | bpf_iter.c | 1248 if (test__start_subtest("netlink")) in test_bpf_iter() 1250 if (test__start_subtest("bpf_map")) in test_bpf_iter() 1252 if (test__start_subtest("task")) in test_bpf_iter() 1258 if (test__start_subtest("task_vma")) in test_bpf_iter() 1262 if (test__start_subtest("tcp4")) in test_bpf_iter() 1264 if (test__start_subtest("tcp6")) in test_bpf_iter() 1266 if (test__start_subtest("udp4")) in test_bpf_iter() 1268 if (test__start_subtest("udp6")) in test_bpf_iter() 1270 if (test__start_subtest("unix")) in test_bpf_iter() 1272 if (test__start_subtest("anon")) in test_bpf_iter() [all …]
|
| A D | sockmap_basic.c | 320 if (test__start_subtest("sockmap create_update_free")) in test_sockmap_basic() 322 if (test__start_subtest("sockhash create_update_free")) in test_sockmap_basic() 324 if (test__start_subtest("sockmap sk_msg load helpers")) in test_sockmap_basic() 326 if (test__start_subtest("sockhash sk_msg load helpers")) in test_sockmap_basic() 328 if (test__start_subtest("sockmap update")) in test_sockmap_basic() 330 if (test__start_subtest("sockhash update")) in test_sockmap_basic() 332 if (test__start_subtest("sockmap update in unsafe context")) in test_sockmap_basic() 334 if (test__start_subtest("sockmap copy")) in test_sockmap_basic() 336 if (test__start_subtest("sockhash copy")) in test_sockmap_basic() 338 if (test__start_subtest("sockmap skb_verdict attach")) { in test_sockmap_basic()
|
| A D | send_signal.c | 191 if (test__start_subtest("send_signal_tracepoint")) in test_send_signal() 193 if (test__start_subtest("send_signal_perf")) in test_send_signal() 195 if (test__start_subtest("send_signal_nmi")) in test_send_signal() 197 if (test__start_subtest("send_signal_tracepoint_thread")) in test_send_signal() 199 if (test__start_subtest("send_signal_perf_thread")) in test_send_signal() 201 if (test__start_subtest("send_signal_nmi_thread")) in test_send_signal()
|
| A D | fexit_bpf2bpf.c | 386 if (test__start_subtest("target_no_callees")) in serial_test_fexit_bpf2bpf() 388 if (test__start_subtest("target_yes_callees")) in serial_test_fexit_bpf2bpf() 390 if (test__start_subtest("func_replace")) in serial_test_fexit_bpf2bpf() 392 if (test__start_subtest("func_replace_verify")) in serial_test_fexit_bpf2bpf() 394 if (test__start_subtest("func_sockmap_update")) in serial_test_fexit_bpf2bpf() 396 if (test__start_subtest("func_replace_return_code")) in serial_test_fexit_bpf2bpf() 398 if (test__start_subtest("func_map_prog_compatibility")) in serial_test_fexit_bpf2bpf() 400 if (test__start_subtest("func_replace_multi")) in serial_test_fexit_bpf2bpf() 402 if (test__start_subtest("fmod_ret_freplace")) in serial_test_fexit_bpf2bpf()
|
| A D | atomics.c | 230 if (test__start_subtest("add")) in test_atomics() 232 if (test__start_subtest("sub")) in test_atomics() 234 if (test__start_subtest("and")) in test_atomics() 236 if (test__start_subtest("or")) in test_atomics() 238 if (test__start_subtest("xor")) in test_atomics() 240 if (test__start_subtest("cmpxchg")) in test_atomics() 242 if (test__start_subtest("xchg")) in test_atomics()
|
| A D | dummy_st_ops.c | 107 if (test__start_subtest("dummy_st_ops_attach")) in test_dummy_st_ops() 109 if (test__start_subtest("dummy_init_ret_value")) in test_dummy_st_ops() 111 if (test__start_subtest("dummy_init_ptr_arg")) in test_dummy_st_ops() 113 if (test__start_subtest("dummy_multiple_args")) in test_dummy_st_ops()
|
| A D | ksyms_btf.c | 159 if (test__start_subtest("basic")) in test_ksyms_btf() 162 if (test__start_subtest("null_check")) in test_ksyms_btf() 165 if (test__start_subtest("weak_ksyms")) in test_ksyms_btf() 168 if (test__start_subtest("weak_ksyms_lskel")) in test_ksyms_btf()
|
| A D | task_local_storage.c | 86 if (test__start_subtest("sys_enter_exit")) in test_task_local_storage() 88 if (test__start_subtest("exit_creds")) in test_task_local_storage() 90 if (test__start_subtest("recursion")) in test_task_local_storage()
|
| A D | check_mtu.c | 202 if (test__start_subtest("bpf_check_mtu XDP-attach")) in serial_test_check_mtu() 209 if (test__start_subtest("bpf_check_mtu XDP-run")) in serial_test_check_mtu() 212 if (test__start_subtest("bpf_check_mtu XDP-run ifindex-lookup")) in serial_test_check_mtu() 215 if (test__start_subtest("bpf_check_mtu TC-run")) in serial_test_check_mtu() 218 if (test__start_subtest("bpf_check_mtu TC-run ifindex-lookup")) in serial_test_check_mtu()
|
| A D | bpf_tcp_ca.c | 328 if (test__start_subtest("dctcp")) in test_bpf_tcp_ca() 330 if (test__start_subtest("cubic")) in test_bpf_tcp_ca() 332 if (test__start_subtest("invalid_license")) in test_bpf_tcp_ca() 334 if (test__start_subtest("dctcp_fallback")) in test_bpf_tcp_ca() 336 if (test__start_subtest("rel_setsockopt")) in test_bpf_tcp_ca()
|
| A D | tailcalls.c | 828 if (test__start_subtest("tailcall_1")) in test_tailcalls() 830 if (test__start_subtest("tailcall_2")) in test_tailcalls() 832 if (test__start_subtest("tailcall_3")) in test_tailcalls() 834 if (test__start_subtest("tailcall_4")) in test_tailcalls() 836 if (test__start_subtest("tailcall_5")) in test_tailcalls() 838 if (test__start_subtest("tailcall_6")) in test_tailcalls() 840 if (test__start_subtest("tailcall_bpf2bpf_1")) in test_tailcalls() 842 if (test__start_subtest("tailcall_bpf2bpf_2")) in test_tailcalls() 844 if (test__start_subtest("tailcall_bpf2bpf_3")) in test_tailcalls() 846 if (test__start_subtest("tailcall_bpf2bpf_4")) in test_tailcalls() [all …]
|
| A D | bpf_cookie.c | 244 if (test__start_subtest("kprobe")) in test_bpf_cookie() 246 if (test__start_subtest("uprobe")) in test_bpf_cookie() 248 if (test__start_subtest("tracepoint")) in test_bpf_cookie() 250 if (test__start_subtest("perf_event")) in test_bpf_cookie()
|
| A D | lookup_and_delete.c | 280 if (test__start_subtest("lookup_and_delete")) in test_lookup_and_delete() 282 if (test__start_subtest("lookup_and_delete_percpu")) in test_lookup_and_delete() 284 if (test__start_subtest("lookup_and_delete_lru")) in test_lookup_and_delete() 286 if (test__start_subtest("lookup_and_delete_lru_percpu")) in test_lookup_and_delete()
|
| A D | btf_dump.c | 844 if (!test__start_subtest(t->name)) in test_btf_dump() 849 if (test__start_subtest("btf_dump: incremental")) in test_btf_dump() 861 if (test__start_subtest("btf_dump: int_data")) in test_btf_dump() 863 if (test__start_subtest("btf_dump: float_data")) in test_btf_dump() 865 if (test__start_subtest("btf_dump: char_data")) in test_btf_dump() 867 if (test__start_subtest("btf_dump: typedef_data")) in test_btf_dump() 869 if (test__start_subtest("btf_dump: enum_data")) in test_btf_dump() 871 if (test__start_subtest("btf_dump: struct_data")) in test_btf_dump() 873 if (test__start_subtest("btf_dump: var_data")) in test_btf_dump() 878 if (test__start_subtest("btf_dump: datasec_data")) in test_btf_dump()
|
| A D | xdp_adjust_tail.c | 135 if (test__start_subtest("xdp_adjust_tail_shrink")) in test_xdp_adjust_tail() 137 if (test__start_subtest("xdp_adjust_tail_grow")) in test_xdp_adjust_tail() 139 if (test__start_subtest("xdp_adjust_tail_grow2")) in test_xdp_adjust_tail()
|
| A D | btf_dedup_split.c | 319 if (test__start_subtest("split_simple")) in test_btf_dedup_split() 321 if (test__start_subtest("split_struct_duped")) in test_btf_dedup_split() 323 if (test__start_subtest("split_fwd_resolve")) in test_btf_dedup_split()
|
| A D | sk_lookup.c | 861 if (test__start_subtest(t->desc)) in test_redirect_lookup() 944 if (test__start_subtest(t->desc)) in test_drop_on_lookup() 1047 if (test__start_subtest(t->desc)) in test_drop_on_reuseport() 1160 if (test__start_subtest("sk_assign returns EEXIST")) in test_sk_assign_helper() 1162 if (test__start_subtest("sk_assign honors F_REPLACE")) in test_sk_assign_helper() 1164 if (test__start_subtest("sk_assign accepts NULL socket")) in test_sk_assign_helper() 1166 if (test__start_subtest("access ctx->sk")) in test_sk_assign_helper() 1168 if (test__start_subtest("narrow access to ctx v4")) in test_sk_assign_helper() 1170 if (test__start_subtest("narrow access to ctx v6")) in test_sk_assign_helper() 1323 if (test__start_subtest(t->desc)) in test_multi_prog_lookup() [all …]
|
| A D | ksyms_module.c | 58 if (test__start_subtest("lskel")) in test_ksyms_module() 60 if (test__start_subtest("libbpf")) in test_ksyms_module()
|
| A D | kfunc_call.c | 54 if (test__start_subtest("main")) in test_kfunc_call() 57 if (test__start_subtest("subprog")) in test_kfunc_call()
|
| A D | ns_current_pid_tgid.c | 84 if (test__start_subtest("ns_current_pid_tgid_root_ns")) in serial_test_ns_current_pid_tgid() 86 if (test__start_subtest("ns_current_pid_tgid_new_ns")) in serial_test_ns_current_pid_tgid()
|
| A D | xdp_devmap_attach.c | 77 if (test__start_subtest("DEVMAP with programs in entries")) in serial_test_xdp_devmap_attach() 80 if (test__start_subtest("Verifier check of DEVMAP programs")) in serial_test_xdp_devmap_attach()
|
| A D | link_pinning.c | 98 if (test__start_subtest("pin_raw_tp")) in test_link_pinning() 100 if (test__start_subtest("pin_tp_btf")) in test_link_pinning()
|
| A D | l4lb_all.c | 83 if (test__start_subtest("l4lb_inline")) in test_l4lb_all() 85 if (test__start_subtest("l4lb_noinline")) in test_l4lb_all()
|
| A D | metadata.c | 136 if (test__start_subtest("unused")) in test_metadata() 139 if (test__start_subtest("used")) in test_metadata()
|
| A D | snprintf.c | 125 if (test__start_subtest("snprintf_positive")) in test_snprintf() 127 if (test__start_subtest("snprintf_negative")) in test_snprintf()
|