Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dkfunc_module_order.c32 env_verbosity > VERBOSE_NONE); in test_kfunc_module_order()
37 env_verbosity > VERBOSE_NONE); in test_kfunc_module_order()
52 unload_module("bpf_test_modorder_y", env_verbosity > VERBOSE_NONE); in test_kfunc_module_order()
54 unload_module("bpf_test_modorder_x", env_verbosity > VERBOSE_NONE); in test_kfunc_module_order()
H A Dlog_fixup.c66 if (env.verbosity > VERBOSE_NONE) in bad_core_relo()
97 if (env.verbosity > VERBOSE_NONE) in bad_core_relo_subprog()
131 if (env.verbosity > VERBOSE_NONE) in missing_map()
160 if (env.verbosity > VERBOSE_NONE) in missing_kfunc()
H A Dlog_buf.c87 if (env.verbosity > VERBOSE_NONE) { in obj_load_log_buf()
128 if (env.verbosity > VERBOSE_NONE) { in obj_load_log_buf()
H A Dfexit_bpf2bpf.c382 if (env.verbosity > VERBOSE_NONE) in test_obj_load_failure_common()
387 if (env.verbosity > VERBOSE_NONE && exp_msg) /* we overtook log */ in test_obj_load_failure_common()
H A Dbtf.c8242 always_log = env.verbosity > VERBOSE_NONE; in test_btf()
/linux-6.15/tools/testing/selftests/bpf/
H A Dtest_loader.c673 if (env.verbosity > VERBOSE_NONE) in prepare_case()
697 if (!force && env.verbosity == VERBOSE_NONE) in emit_verifier_log()
704 if (!force && env.verbosity == VERBOSE_NONE) in emit_xlated()
711 if (!force && env.verbosity == VERBOSE_NONE) in emit_jited()
755 if (env.verbosity == VERBOSE_NONE) in validate_msgs()
899 if (env.verbosity != VERBOSE_NONE) in should_do_test_run()
H A Dtest_progs.h46 VERBOSE_NONE, enumerator
H A Dtest_progs.c46 return env.verbosity > VERBOSE_NONE; in verbose()