Searched refs:LIBBPF_WARN (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | test_global_funcs.c | 13 if (level != LIBBPF_WARN || in libbpf_debug_print()
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | libbpf_internal.h | 77 #define pr_warn(fmt, ...) __pr(LIBBPF_WARN, fmt, ##__VA_ARGS__)
|
H A D | libbpf.h | 50 LIBBPF_WARN, enumerator
|
H A D | libbpf.c | 5806 bpf_core_dump_spec(LIBBPF_WARN, &cand_spec); in bpf_core_apply_relo() 5807 libbpf_print(LIBBPF_WARN, ": %d\n", err); in bpf_core_apply_relo()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | verify_pkcs7_sig.c | 64 if (level == LIBBPF_WARN) in libbpf_print_cb()
|
H A D | bpf_tcp_ca.c | 226 if (level != LIBBPF_WARN || in libbpf_debug_print()
|
H A D | xdp_bonding.c | 616 if (level != LIBBPF_WARN) in libbpf_debug_print()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | libbpf_internal.h | 169 #define pr_warn(fmt, ...) __pr(LIBBPF_WARN, fmt, ##__VA_ARGS__)
|
H A D | libbpf.h | 91 LIBBPF_WARN, enumerator
|
H A D | relo_core.c | 45 LIBBPF_WARN, enumerator
|
H A D | linker.c | 156 libbpf_print(LIBBPF_WARN, "libbpf: " fmt ": %s\n", ##__VA_ARGS__, elf_errmsg(-1))
|
Completed in 26 milliseconds