Searched refs:test_fentry (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | tracing_multi.c | 172 prog_fd = bpf_program__fd(skel->progs.test_fentry); in tracing_multi_test_run() 212 skel->links.test_fentry = bpf_program__attach_tracing_multi(skel->progs.test_fentry, in test_link_api_pattern() 214 if (!ASSERT_OK_PTR(skel->links.test_fentry, "bpf_program__attach_tracing_multi")) in test_link_api_pattern() 262 skel->links.test_fentry = bpf_program__attach_tracing_multi(skel->progs.test_fentry, in test_link_api_ids() 264 if (!ASSERT_OK_PTR(skel->links.test_fentry, "bpf_program__attach_tracing_multi")) in test_link_api_ids() 324 skel->links.test_fentry = bpf_program__attach_tracing_multi(skel->progs.test_fentry, in test_module_link_api_pattern() 326 if (!ASSERT_OK_PTR(skel->links.test_fentry, "bpf_program__attach_tracing_multi")) in test_module_link_api_pattern() 362 skel->links.test_fentry = bpf_program__attach_tracing_multi(skel->progs.test_fentry, in test_module_link_api_ids() 364 if (!ASSERT_OK_PTR(skel->links.test_fentry, "bpf_program__attach_tracing_multi")) in test_module_link_api_ids() 587 skel->links.test_fentry = bpf_program__attach_tracing_multi(skel->progs.test_fentry, in test_attach_api_fails() [all …]
|
| H A D | tailcalls.c | 235 static void test_tailcall_count(const char *which, bool test_fentry, in test_tailcall_count() argument 284 if (test_fentry) { in test_tailcall_count() 349 if (test_fentry) { in test_tailcall_count() 1201 static void test_tailcall_hierarchy_count(const char *which, bool test_fentry, in test_tailcall_hierarchy_count() argument 1298 if (test_fentry) { in test_tailcall_hierarchy_count() 1359 if (test_fentry) { in test_tailcall_hierarchy_count() 1407 if (test_fentry) { in test_tailcall_hierarchy_count()
|