Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dbpf_verif_scale.c7 if (level != LIBBPF_DEBUG) { in libbpf_debug_print()
/Linux-v5.15/tools/bpf/runqslower/
Drunqslower.c86 if (level == LIBBPF_DEBUG && !env.verbose) in libbpf_print_fn()
/Linux-v5.15/tools/lib/bpf/
Drelo_core.c1184 bpf_core_dump_spec(LIBBPF_DEBUG, &local_spec); in bpf_core_apply_relo_insn()
1185 libbpf_print(LIBBPF_DEBUG, "\n"); in bpf_core_apply_relo_insn()
1217 bpf_core_dump_spec(LIBBPF_DEBUG, &cand_spec); in bpf_core_apply_relo_insn()
1218 libbpf_print(LIBBPF_DEBUG, "\n"); in bpf_core_apply_relo_insn()
Dlibbpf_internal.h117 #define pr_debug(fmt, ...) __pr(LIBBPF_DEBUG, fmt, ##__VA_ARGS__)
Dlibbpf.h53 LIBBPF_DEBUG, enumerator
Dlibbpf.c78 if (level == LIBBPF_DEBUG) in __base_pr()
/Linux-v5.15/tools/testing/selftests/bpf/
Dbench.c27 if (level == LIBBPF_DEBUG && !env.verbose) in libbpf_print_fn()
Dtest_progs.c504 if (env.verbosity < VERBOSE_VERY && level == LIBBPF_DEBUG) in libbpf_print_fn()