Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_simple.c31 if (level == LIBBPF_DEBUG && !verbose) in libbpf_print_fn()
H A Dscx_central.c35 if (level == LIBBPF_DEBUG && !verbose) in libbpf_print_fn()
H A Dscx_qmap.c45 if (level == LIBBPF_DEBUG && !verbose) in libbpf_print_fn()
H A Dscx_flatcg.c42 if (level == LIBBPF_DEBUG && !verbose) in libbpf_print_fn()
/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/testing/selftests/bpf/
H A Dxdp_features.c47 if (level == LIBBPF_DEBUG && !env.verbosity) in libbpf_print_fn()
H A Dbench.c28 if (level == LIBBPF_DEBUG && !env.verbose) in libbpf_print_fn()
H A Dtest_progs.c956 if (libbpf_capture_stream && level != LIBBPF_DEBUG) { in libbpf_print_fn()
964 if (env.verbosity < VERBOSE_VERY && level == LIBBPF_DEBUG) in libbpf_print_fn()
H A Dveristat.c190 if (level == LIBBPF_DEBUG && !env.debug) in libbpf_print_fn()
/linux/tools/testing/selftests/hid/
H A Dhid_bpf.c895 if (level == LIBBPF_DEBUG) in libbpf_print_fn()
/linux/tools/lib/bpf/
H A Dlibbpf.h93 LIBBPF_DEBUG, enumerator
H A Dlibbpf.c246 min_level = LIBBPF_DEBUG; in __base_pr()
4963 level = mandatory ? LIBBPF_WARN : LIBBPF_DEBUG; in bpf_object_prepare_token()