Searched refs:LIBBPF_DEBUG (Results 1 - 11 of 11) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_verif_scale.c7 if (level != LIBBPF_DEBUG) {
/linux-master/tools/bpf/runqslower/
H A Drunqslower.c85 if (level == LIBBPF_DEBUG && !env.verbose)
/linux-master/tools/testing/selftests/bpf/
H A Dxdp_features.c47 if (level == LIBBPF_DEBUG && !env.verbosity)
H A Dbench.c27 if (level == LIBBPF_DEBUG && !env.verbose)
H A Dtest_progs.c739 if (libbpf_capture_stream && level != LIBBPF_DEBUG) {
746 if (env.verbosity < VERBOSE_VERY && level == LIBBPF_DEBUG)
H A Dveristat.c187 if (level == LIBBPF_DEBUG && !env.debug)
/linux-master/tools/lib/bpf/
H A Dlibbpf_internal.h172 #define pr_debug(fmt, ...) __pr(LIBBPF_DEBUG, fmt, ##__VA_ARGS__)
H A Dlibbpf.h93 LIBBPF_DEBUG, enumerator in enum:libbpf_print_level
H A Drelo_core.c47 LIBBPF_DEBUG, enumerator in enum:libbpf_print_level
H A Dlibbpf.c230 if (level == LIBBPF_DEBUG)
4851 level = mandatory ? LIBBPF_WARN : LIBBPF_DEBUG;
/linux-master/tools/testing/selftests/hid/
H A Dhid_bpf.c847 if (level == LIBBPF_DEBUG)

Completed in 235 milliseconds