Home
last modified time | relevance | path

Searched refs:env_verbosity (Results 1 – 5 of 5) 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 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()
/linux/tools/testing/selftests/bpf/
H A Dtrace_helpers.c248 int env_verbosity __weak = 0;
275 if (env_verbosity >= 1) { in procmap_query()
H A Dtest_progs.h100 extern int env_verbosity;
H A Dtest_progs.c44 int env_verbosity = 0; variable
1068 env_verbosity = env->verbosity; in parse_arg()