Home
last modified time | relevance | path

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

/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 Dtp_btf_nullable.c8 if (!env.has_testmod) { in test_tp_btf_nullable()
H A Dnested_trust.c14 if (env.has_testmod) in test_nested_trust()
H A Dbtf_module.c15 if (!env.has_testmod) { in test_btf_module()
H A Diters.c75 if (!env.has_testmod) { in subtest_testmod_seq_iters()
301 if (env.has_testmod) { in test_iters()
H A Dmodule_fentry_shadow.c65 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()
/linux/tools/testing/selftests/bpf/
H A Dtest_progs.h110 bool has_testmod; member
H A Dtest_progs.c1948 env.has_testmod = true; in main()
1955 env.has_testmod = false; in main()
2054 if (!env.list_test_names && env.has_testmod) in main()