| /third_party/libbpf/src/ |
| H A D | relo_core.c | 52 #undef pr_debug macro 55 #define pr_debug(fmt, log, ...) bpf_log((void *)log, fmt, "", ##__VA_ARGS__) macro 972 pr_debug("prog '%s': relo #%d: substituting insn #%d w/ invalid insn\n", in bpf_core_poison_insn() 1061 pr_debug("prog '%s': relo #%d: patched insn #%d (ALU/ALU64) imm %llu -> %llu\n", in bpf_core_patch_insn() 1088 pr_debug("prog '%s': relo #%d: patched insn #%d (LDX/ST/STX) off %llu -> %llu\n", in bpf_core_patch_insn() 1110 pr_debug("prog '%s': relo #%d: patched insn #%d (LDX/ST/STX) mem_sz %u -> %u\n", in bpf_core_patch_insn() 1137 pr_debug("prog '%s': relo #%d: patched insn #%d (LDIMM64) imm64 %llu -> %llu\n", in bpf_core_patch_insn() 1317 pr_debug("prog '%s': relo #%d: %s\n", prog_name, relo_idx, spec_buf); in bpf_core_calc_relo_insn() 1348 pr_debug("prog '%s': relo #%d: %s candidate #%d %s\n", prog_name, in bpf_core_calc_relo_insn() 1410 pr_debug("pro in bpf_core_calc_relo_insn() [all...] |
| H A D | btf.c | 230 pr_debug("BTF header not found\n"); in btf_parse_hdr() 243 pr_debug("Invalid BTF magic: %x\n", hdr->magic); in btf_parse_hdr() 248 pr_debug("BTF header len %u larger than data size %u\n", in btf_parse_hdr() 255 pr_debug("Invalid BTF total size: %u\n", btf->raw_size); in btf_parse_hdr() 260 pr_debug("Invalid BTF data sections layout: type data at %u + %u, strings data at %u + %u\n", in btf_parse_hdr() 266 pr_debug("BTF type section is not aligned to 4 bytes\n"); in btf_parse_hdr() 282 pr_debug("Invalid BTF string section\n"); in btf_parse_str_sec() 286 pr_debug("Invalid BTF string section\n"); in btf_parse_str_sec() 328 pr_debug("Unsupported BTF_KIND:%u\n", btf_kind(t)); in btf_type_size() 412 pr_debug("Unsupporte in btf_bswap_type_rest() [all...] |
| H A D | gen_loader.c | 396 pr_debug("gen: finish %d\n", gen->error); in bpf_gen__finish() 425 pr_debug("gen: load_btf: size %d\n", btf_raw_size); in bpf_gen__load_btf() 473 pr_debug("gen: map_create: %s idx %d type %d value_type_id %d\n", in bpf_gen__map_create() 544 pr_debug("gen: find_attach_tgt %s %d\n", gen->attach_target, gen->attach_kind); in emit_find_attach_target() 871 pr_debug("gen: emit_relo (%d): %s at %d %s\n", in emit_relo() 944 pr_debug("gen: prog_load: type %d insns_cnt %zd progi_idx %d\n", in bpf_gen__prog_load() 1043 pr_debug("gen: map_update_elem: idx %d\n", map_idx); in bpf_gen__map_update_elem() 1089 pr_debug("gen: populate_outer_map: outer %d key %d inner %d\n", in bpf_gen__populate_outer_map() 1115 pr_debug("gen: map_freeze: idx %d\n", map_idx); in bpf_gen__map_freeze()
|
| H A D | libbpf.c | 895 pr_debug("sec '%s': found program '%s' at insn offset %zu (%zu bytes), code size %zu insns (%zu bytes)\n", in bpf_object__add_programs() 1057 pr_debug("struct_ops init_kern %s: type_id:%u kern_type_id:%u kern_vtype_id:%u\n", in bpf_map__init_kern_struct_ops() 1140 pr_debug("struct_ops init_kern %s: func ptr %s is set to prog %s from data(+%u) to kern_data(+%u)\n", in bpf_map__init_kern_struct_ops() 1156 pr_debug("struct_ops init_kern %s: copy %s %u bytes from data(+%u) to kern_data(+%u)\n", in bpf_map__init_kern_struct_ops() 1274 pr_debug("struct_ops init: struct %s(type_id=%u) %s found at offset %u\n", in init_struct_ops_maps() 1499 pr_debug("license of %s is %s\n", obj->path, obj->license); 1514 pr_debug("kernel version of %s is %x\n", obj->path, obj->kern_version); 1758 pr_debug("map '%s' (global data): at sec_idx %d, offset %zu, flags %x.\n", 1777 pr_debug("map %td is \"%s\"\n", map - obj->maps, map->name); 2065 pr_debug("exter [all...] |
| H A D | usdt.c | 421 pr_debug("usdt: discovered PHDR #%d in '%s': vaddr 0x%lx memsz 0x%lx offset 0x%lx type 0x%lx flags 0x%lx\n", in parse_elf_segs() 503 pr_debug("usdt: discovered segment for lib '%s': addrs %zx-%zx mode %s offset %zx\n", in parse_vma_segs() 728 pr_debug("usdt: probe for '%s:%s' in %s '%s': addr 0x%lx base 0x%lx (resolved abs_ip 0x%lx rel_ip 0x%lx) args '%s' in segment [0x%lx, 0x%lx) at offset 0x%lx\n", in collect_usdt_targets() 759 pr_debug("usdt: sema for '%s:%s' in %s '%s': addr 0x%lx base 0x%lx (resolved 0x%lx) in segment [0x%lx, 0x%lx] at offset 0x%lx\n", in collect_usdt_targets()
|
| H A D | elf.c | 434 pr_debug("elf: symbol address match for '%s' in '%s': 0x%lx\n", name, binary_path, in elf_find_func_offset()
|
| H A D | libbpf_internal.h | 202 #define pr_debug(fmt, ...) __pr(LIBBPF_DEBUG, fmt, ##__VA_ARGS__) macro
|
| H A D | linker.c | 556 pr_debug("linker: adding object file '%s'...\n", filename); in linker_load_obj_file()
|
| /third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
| H A D | kernel.h | 119 #define pr_debug(fmt, ...) \ macro 122 #define pr_debug(fmt, ...) do {} while (0) macro
|
| /third_party/ltp/testcases/kernel/device-drivers/block/block_dev_kernel/ |
| H A D | ltp_block_dev.c | 31 pr_debug(BLK_DEV_NAME ": " fmt, ##__VA_ARGS__)
|
| /third_party/ltp/testcases/kernel/device-drivers/pci/tpci_kernel/ |
| H A D | ltp_tpci.c | 58 pr_debug(PCI_DEVICE_NAME ": " fmt "\n", ##__VA_ARGS__)
|