Home
last modified time | relevance | path

Searched refs:has_testmod (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dksyms_module.c19 if (!env.has_testmod) { in test_ksyms_module_lskel()
46 if (!env.has_testmod) { in test_ksyms_module_libbpf()
Dtp_btf_nullable.c8 if (!env.has_testmod) { in test_tp_btf_nullable()
Dnested_trust.c14 if (env.has_testmod) in test_nested_trust()
Dbtf_module.c15 if (!env.has_testmod) { in test_btf_module()
Diters.c75 if (!env.has_testmod) { in subtest_testmod_seq_iters()
301 if (env.has_testmod) { in test_iters()
Dmodule_fentry_shadow.c65 if (!env.has_testmod) { in test_module_fentry_shadow()
Dbtf_tag.c60 if (!env.has_testmod) { in load_btfs()
Dcore_reloc.c1024 if (test_case->needs_testmod && !env.has_testmod) { in run_core_reloc_tests()
/linux-6.12.1/tools/testing/selftests/bpf/
Dtest_progs.h110 bool has_testmod; member
Dtest_progs.c1840 env.has_testmod = true; in main()
1847 env.has_testmod = false; in main()
1946 if (!env.list_test_names && env.has_testmod) in main()