Home
last modified time | relevance | path

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

/linux/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 Dlivepatch_trampoline.c16 return load_module(path, env_verbosity > VERBOSE_NONE); in load_livepatch()
24 unload_module("livepatch_sample", env_verbosity > VERBOSE_NONE); in unload_livepatch()
H A Dlog_buf.c91 if (env.verbosity > VERBOSE_NONE) { in obj_load_log_buf()
132 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.c8307 always_log = env.verbosity > VERBOSE_NONE; in test_btf()
/linux/tools/testing/selftests/bpf/
H A Dtest_loader.c728 if (env.verbosity > VERBOSE_NONE) in prepare_case()
752 if (!force && env.verbosity == VERBOSE_NONE) in emit_verifier_log()
759 if (!force && env.verbosity == VERBOSE_NONE) in emit_xlated()
766 if (!force && env.verbosity == VERBOSE_NONE) in emit_jited()
773 if (!force && env.verbosity == VERBOSE_NONE) in emit_stderr()
780 if (!force && env.verbosity == VERBOSE_NONE) in emit_stdout()
921 if (env.verbosity == VERBOSE_NONE) in validate_msgs()
1075 if (env.verbosity != VERBOSE_NONE) in should_do_test_run()
H A Dtest_progs.h47 VERBOSE_NONE, enumerator
H A Dtest_progs.c48 return env.verbosity > VERBOSE_NONE; in verbose()