Lines Matching refs:ctf_dprintf
191 ctf_dprintf("loaded %lu symtab entries\n", fp->ctf_nsyms); in init_symtab()
295 ctf_dprintf("detected invalid CTF kind -- %u\n", kind); in init_types()
307 ctf_dprintf("CTF container %p is a child\n", (void *)fp); in init_types()
310 ctf_dprintf("CTF container %p is a parent\n", (void *)fp); in init_types()
506 ctf_dprintf("%lu total types processed\n", fp->ctf_typemax); in init_types()
507 ctf_dprintf("%u enum names hashed\n", ctf_hash_size(&fp->ctf_enums)); in init_types()
508 ctf_dprintf("%u struct names hashed (%d long)\n", in init_types()
510 ctf_dprintf("%u union names hashed (%d long)\n", in init_types()
512 ctf_dprintf("%u base type names hashed\n", in init_types()
573 ctf_dprintf("ctf_bufopen: magic=0x%x version=%u\n", in ctf_bufopen()
613 ctf_dprintf("ctf_bufopen: uncompressed size=%lu\n", (ulong_t)size); in ctf_bufopen()
656 ctf_dprintf("zlib inflate err: %s\n", z_strerror(rc)); in ctf_bufopen()
662 ctf_dprintf("zlib inflate short -- got %lu of %lu " in ctf_bufopen()
728 ctf_dprintf("ctf_bufopen: parent name %s (label %s)\n", in ctf_bufopen()
895 ctf_dprintf("ctf_close(%p) refcnt=%u\n", (void *)fp, fp->ctf_refcnt); in ctf_close()