| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | type_cast.c | 27 if (!ASSERT_OK(err, "skel_load")) in test_xdp() 61 if (!ASSERT_OK(err, "skel_load")) in test_tc() 100 ASSERT_ERR(err, "skel_load"); in test_negative()
|
| H A D | test_struct_ops_module.c | 172 if (!ASSERT_OK(err, "skel_load")) in test_struct_ops_incompatible() 197 if (!ASSERT_OK(err, "skel_load")) in test_struct_ops_nulled_out_cb() 223 if (!ASSERT_ERR(err, "skel_load")) in test_struct_ops_forgotten_cb() 242 if (!ASSERT_OK(err, "skel_load")) in test_struct_ops_forgotten_cb()
|
| H A D | cgrp_local_storage.c | 191 if (!ASSERT_OK(err, "skel_load")) in test_cgroup_iter_sleepable() 233 if (!ASSERT_OK(err, "skel_load")) in test_yes_rcu_lock() 260 ASSERT_ERR(err, "skel_load"); in test_no_rcu_lock() 278 ASSERT_OK(err, "skel_load"); in test_cgrp1_no_rcu_lock()
|
| H A D | syscall.c | 32 if (!ASSERT_OK_PTR(skel, "skel_load")) in test_syscall_load_prog() 64 if (!ASSERT_OK_PTR(skel, "skel_load")) in test_syscall_update_outer_map()
|
| H A D | cgroup_mprog_opts.c | 33 if (!ASSERT_OK_PTR(skel, "skel_load")) in test_prog_attach_detach() 166 if (!ASSERT_OK_PTR(skel, "skel_load")) in test_link_attach_detach() 289 if (!ASSERT_OK_PTR(skel, "skel_load")) in test_preorder_prog_attach_detach() 397 if (!ASSERT_OK_PTR(skel, "skel_load")) in test_preorder_link_attach_detach() 495 if (!ASSERT_OK_PTR(skel, "skel_load")) in test_invalid_attach_detach()
|
| H A D | xdp_link.c | 22 if (!ASSERT_OK_PTR(skel1, "skel_load")) in serial_test_xdp_link() 27 if (!ASSERT_OK_PTR(skel2, "skel_load")) in serial_test_xdp_link()
|
| H A D | tc_opts.c | 24 if (!ASSERT_OK_PTR(skel, "skel_load")) in test_ns_tc_opts_basic() 122 if (!ASSERT_OK_PTR(skel, "skel_load")) in test_tc_opts_before_target() 274 if (!ASSERT_OK_PTR(skel, "skel_load")) in test_tc_opts_after_target() 465 if (!ASSERT_OK_PTR(skel, "skel_load")) in test_tc_opts_revision_target() 575 if (!ASSERT_OK_PTR(skel, "skel_load")) in test_tc_chain_classic() 677 if (!ASSERT_OK_PTR(skel, "skel_load")) in test_tc_opts_replace_target() 882 if (!ASSERT_OK_PTR(skel, "skel_load")) in test_tc_opts_invalid_target() 1037 if (!ASSERT_OK_PTR(skel, "skel_load")) in test_tc_opts_prepend_target() 1177 if (!ASSERT_OK_PTR(skel, "skel_load")) in test_tc_opts_append_target() 1320 if (!ASSERT_OK_PTR(skel, "skel_load")) in test_tc_opts_dev_cleanup_target() [all …]
|
| H A D | tc_links.c | 27 if (!ASSERT_OK_PTR(skel, "skel_load")) in serial_test_tc_links_basic() 140 if (!ASSERT_OK(err, "skel_load")) in test_tc_links_before_target() 294 if (!ASSERT_OK(err, "skel_load")) in test_tc_links_after_target() 443 if (!ASSERT_OK(err, "skel_load")) in test_tc_links_revision_target() 544 if (!ASSERT_OK(err, "skel_load")) in test_tc_chain_classic() 651 if (!ASSERT_OK(err, "skel_load")) in test_tc_links_replace_target() 874 if (!ASSERT_OK(err, "skel_load")) in test_tc_links_invalid_target() 1192 if (!ASSERT_OK(err, "skel_load")) in test_tc_links_prepend_target() 1348 if (!ASSERT_OK(err, "skel_load")) in test_tc_links_append_target() 1506 if (!ASSERT_OK(err, "skel_load")) in test_tc_links_dev_cleanup_target() [all...] |
| H A D | check_mtu.c | 118 if (CHECK(err, "skel_load", "failed: %d\n", err)) in test_check_mtu_xdp() 191 if (CHECK(err, "skel_load", "failed: %d\n", err)) in serial_test_check_mtu()
|
| H A D | atomic_bounds.c | 13 if (CHECK(!skel, "skel_load", "couldn't load program\n")) in test_atomic_bounds()
|
| H A D | cls_redirect.c | 395 if (!ASSERT_OK(err, "skel_load")) in test_cls_redirect_common() 417 if (CHECK(err, "skel_load", "failed: %d\n", err)) 439 if (CHECK(err, "skel_load", "failed: %d\n", err))
|
| H A D | static_linked.c | 20 if (!ASSERT_OK(err, "skel_load")) in test_static_linked()
|
| H A D | core_retro.c | 14 if (!ASSERT_OK_PTR(skel, "skel_load")) in test_core_retro()
|
| H A D | map_ptr.c | 30 if (!ASSERT_OK(err, "skel_load")) in test_map_ptr()
|
| H A D | autoload.c | 26 if (CHECK(err, "skel_load", "failed to load skeleton: %d\n", err)) in test_autoload()
|
| H A D | linked_vars.c | 22 if (!ASSERT_OK(err, "skel_load")) in test_linked_vars()
|
| H A D | exhandler.c | 25 if (CHECK(!skel, "skel_load", "skeleton failed: %d\n", err)) in test_exhandler()
|
| H A D | snprintf_btf.c | 20 if (CHECK(err, "skel_load", "failed to load skeleton: %d\n", err)) in serial_test_snprintf_btf()
|
| H A D | modify_return.c | 24 if (!ASSERT_OK_PTR(skel, "skel_load")) in run_test()
|
| H A D | cgrp_kfunc.c | 25 if (!ASSERT_OK(err, "skel_load")) in open_load_cgrp_kfunc_skel()
|
| H A D | get_stackid_cannot_attach.c | 33 if (CHECK(err, "skel_load", "skeleton load failed: %d\n", err)) in test_get_stackid_cannot_attach()
|
| H A D | perf_event_stackmap.c | 81 if (CHECK(err, "skel_load", "skeleton load failed: %d\n", err)) in test_perf_event_stackmap()
|
| H A D | module_attach.c | |
| H A D | test_bprm_opts.c | 87 if (CHECK(!skel, "skel_load", "skeleton failed\n")) in test_test_bprm_opts()
|
| H A D | perf_skip.c | 58 if (!ASSERT_OK_PTR(skel, "skel_load")) in serial_test_perf_skip()
|