Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_verif_scale.c7 if (level != LIBBPF_DEBUG) { in libbpf_debug_print()
/linux/tools/bpf/runqslower/
H A Drunqslower.c85 if (level == LIBBPF_DEBUG && !env.verbose) in libbpf_print_fn()
/linux/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
H A Drelo_core.c47 LIBBPF_DEBUG, enumerator
H A Dlibbpf.c245 min_level = LIBBPF_DEBUG; in __base_pr()
4937 level = mandatory ? LIBBPF_WARN : LIBBPF_DEBUG; in bpf_object_prepare_token()
/linux/tools/testing/selftests/bpf/
H A Dxdp_features.c47 if (level == LIBBPF_DEBUG && !env.verbosity) in libbpf_print_fn()
H A Dbench.c27 if (level == LIBBPF_DEBUG && !env.verbose) in libbpf_print_fn()
H A Dtest_progs.c739 if (libbpf_capture_stream && level != LIBBPF_DEBUG) { in libbpf_print_fn()
746 if (env.verbosity < VERBOSE_VERY && level == LIBBPF_DEBUG) in libbpf_print_fn()
H A Dveristat.c187 if (level == LIBBPF_DEBUG && !env.debug) in libbpf_print_fn()
/linux/tools/testing/selftests/hid/
H A Dhid_bpf.c918 if (level == LIBBPF_DEBUG) in TEST_F()