Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dksyms_module.c19 if (!env.has_testmod) { in test_ksyms_module_lskel()
46 if (!env.has_testmod) { in test_ksyms_module_libbpf()
H A Diters.c62 if (!env.has_testmod) { in subtest_testmod_seq_iters()
99 if (env.has_testmod) in test_iters()
H A Dbtf_module.c15 if (!env.has_testmod) { in test_btf_module()
H A Dmodule_fentry_shadow.c64 if (!env.has_testmod) { in test_module_fentry_shadow()
H A Dbtf_tag.c60 if (!env.has_testmod) { in load_btfs()
H A Dcore_reloc.c1024 if (test_case->needs_testmod && !env.has_testmod) { in run_core_reloc_tests()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_progs.h106 bool has_testmod; member
H A Dtest_progs.c1673 env.has_testmod = true; in main()
1680 env.has_testmod = false; in main()
1777 if (!env.list_test_names && env.has_testmod) in main()