Home
last modified time | relevance | path

Searched refs:env_verbosity (Results 1 – 4 of 4) 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()
/linux-6.15/tools/testing/selftests/bpf/
H A Dtrace_helpers.c250 int env_verbosity __weak = 0;
277 if (env_verbosity >= 1) { in procmap_query()
H A Dtest_progs.h99 extern int env_verbosity;
H A Dtest_progs.c42 int env_verbosity = 0; variable
1066 env_verbosity = env->verbosity; in parse_arg()