Searched refs:test_fexit (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | tracing_multi.c | 217 skel->links.test_fexit = bpf_program__attach_tracing_multi(skel->progs.test_fexit, in test_link_api_pattern() 219 if (!ASSERT_OK_PTR(skel->links.test_fexit, "bpf_program__attach_tracing_multi")) in test_link_api_pattern() 267 skel->links.test_fexit = bpf_program__attach_tracing_multi(skel->progs.test_fexit, in test_link_api_ids() 269 if (!ASSERT_OK_PTR(skel->links.test_fexit, "bpf_program__attach_tracing_multi")) in test_link_api_ids() 329 skel->links.test_fexit = bpf_program__attach_tracing_multi(skel->progs.test_fexit, in test_module_link_api_pattern() 331 if (!ASSERT_OK_PTR(skel->links.test_fexit, "bpf_program__attach_tracing_multi")) in test_module_link_api_pattern() 367 skel->links.test_fexit = bpf_program__attach_tracing_multi(skel->progs.test_fexit, in test_module_link_api_ids() 369 if (!ASSERT_OK_PTR(skel->links.test_fexit, "bpf_program__attach_tracing_multi")) in test_module_link_api_ids() 815 bpf_program__set_autoload(skel->progs.test_fexit, true); in test_rollback_put() 841 skel->links.test_fexit = bpf_program__attach_tracing_multi(skel->progs.test_fexit, in test_rollback_put() [all …]
|
| H A D | tailcalls.c | 236 bool test_fexit) in test_tailcall_count() argument 308 if (test_fexit) { in test_tailcall_count() 366 if (test_fexit) { in test_tailcall_count() 1202 bool test_fexit, in test_tailcall_hierarchy_count() argument 1322 if (test_fexit) { in test_tailcall_hierarchy_count() 1376 if (test_fexit) { in test_tailcall_hierarchy_count() 1414 if (test_fexit) { in test_tailcall_hierarchy_count()
|