Searched refs:LIBBPF_WARN (Results 1 – 7 of 7) sorted by relevance
/tools/testing/selftests/bpf/prog_tests/ |
D | test_global_funcs.c | 13 if (level != LIBBPF_WARN || in libbpf_debug_print()
|
D | bpf_tcp_ca.c | 222 if (level != LIBBPF_WARN || in libbpf_debug_print()
|
D | xdp_bonding.c | 502 if (level != LIBBPF_WARN) in libbpf_debug_print()
|
/tools/lib/bpf/ |
D | libbpf_internal.h | 115 #define pr_warn(fmt, ...) __pr(LIBBPF_WARN, fmt, ##__VA_ARGS__)
|
D | relo_core.c | 1210 bpf_core_dump_spec(LIBBPF_WARN, &cand_spec); in bpf_core_apply_relo_insn() 1211 libbpf_print(LIBBPF_WARN, ": %d\n", err); in bpf_core_apply_relo_insn()
|
D | libbpf.h | 51 LIBBPF_WARN, enumerator
|
D | linker.c | 157 libbpf_print(LIBBPF_WARN, "libbpf: " fmt ": %s\n", ##__VA_ARGS__, elf_errmsg(-1))
|