Lines Matching refs:pr_debug

230 		pr_debug("BTF header not found\n");
243 pr_debug("Invalid BTF magic: %x\n", hdr->magic);
248 pr_debug("BTF header len %u larger than data size %u\n",
255 pr_debug("Invalid BTF total size: %u\n", btf->raw_size);
260 pr_debug("Invalid BTF data sections layout: type data at %u + %u, strings data at %u + %u\n",
266 pr_debug("BTF type section is not aligned to 4 bytes\n");
282 pr_debug("Invalid BTF string section\n");
286 pr_debug("Invalid BTF string section\n");
328 pr_debug("Unsupported BTF_KIND:%u\n", btf_kind(t));
412 pr_debug("Unsupported BTF_KIND:%u\n", btf_kind(t));
2931 pr_debug(".BTF.ext %s section is not aligned to 4 bytes\n",
2940 pr_debug("%s section (off:%u len:%u) is beyond the end of the ELF section .BTF.ext\n",
2947 pr_debug(".BTF.ext %s record size not found\n", ext_sec->desc);
2955 pr_debug("%s section in .BTF.ext has invalid record size %u\n",
2965 pr_debug("%s section in .BTF.ext has no records", ext_sec->desc);
2975 pr_debug("%s section header is not found in .BTF.ext\n",
2982 pr_debug("%s section has incorrect num_records in .BTF.ext\n",
2989 pr_debug("%s section has incorrect num_records in .BTF.ext\n",
3053 pr_debug("BTF.ext header not found");
3061 pr_debug("Invalid BTF.ext magic:%x\n", hdr->magic);
3066 pr_debug("Unsupported BTF.ext version:%u\n", hdr->version);
3071 pr_debug("Unsupported BTF.ext flags:%x\n", hdr->flags);
3076 pr_debug("BTF.ext has no data\n");
3311 pr_debug("btf_dedup_new failed: %ld", PTR_ERR(d));
3322 pr_debug("btf_dedup_prep failed:%d\n", err);
3327 pr_debug("btf_dedup_strings failed:%d\n", err);
3332 pr_debug("btf_dedup_prim_types failed:%d\n", err);
3337 pr_debug("btf_dedup_struct_types failed:%d\n", err);
3342 pr_debug("btf_dedup_resolve_fwds failed:%d\n", err);
3347 pr_debug("btf_dedup_ref_types failed:%d\n", err);
3352 pr_debug("btf_dedup_compact_types failed:%d\n", err);
3357 pr_debug("btf_dedup_remap_types failed:%d\n", err);
3988 pr_debug("unknown kind %d for type [%d]\n", btf_kind(t), type_id);
5058 pr_debug("loading kernel BTF '%s': %d\n", path, err);