Searched refs:libbpf_print (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/tools/lib/bpf/ |
| D | relo_core.c | 1060 libbpf_print(level, "[%u] %s %s", type_id, btf_kind_str(t), str_is_empty(s) ? "<anon>" : s); in bpf_core_dump_spec() 1070 libbpf_print(level, "::%s = %u", s, e->val); in bpf_core_dump_spec() 1077 libbpf_print(level, ".%s", spec->spec[i].name); in bpf_core_dump_spec() 1079 libbpf_print(level, "[%u]", spec->spec[i].idx); in bpf_core_dump_spec() 1082 libbpf_print(level, " ("); in bpf_core_dump_spec() 1084 libbpf_print(level, "%s%d", i == 0 ? "" : ":", spec->raw_spec[i]); in bpf_core_dump_spec() 1087 libbpf_print(level, " @ offset %u.%u)", in bpf_core_dump_spec() 1090 libbpf_print(level, " @ offset %u)", spec->bit_offset / 8); in bpf_core_dump_spec() 1185 libbpf_print(LIBBPF_DEBUG, "\n"); in bpf_core_apply_relo_insn() 1211 libbpf_print(LIBBPF_WARN, ": %d\n", err); in bpf_core_apply_relo_insn() [all …]
|
| D | libbpf_internal.h | 106 extern void libbpf_print(enum libbpf_print_level level, 112 libbpf_print(level, "libbpf: " fmt, ##__VA_ARGS__); \
|
| D | linker.c | 157 libbpf_print(LIBBPF_WARN, "libbpf: " fmt ": %s\n", ##__VA_ARGS__, elf_errmsg(-1))
|
| D | libbpf.c | 95 void libbpf_print(enum libbpf_print_level level, const char *format, ...) in libbpf_print() function
|