/illumos-gate/usr/src/lib/libctf/common/ |
H A D | ctf_dwarf.c | 435 ctf_dprintf("dwmap: %p %" DW_PR_DUx "->%d\n", dwmap, off, id); in ctf_dwmap_add() 1150 ctf_dprintf("Creating base type %s from off %llu, size: %d\n", name, in ctf_dwarf_create_base() 1162 ctf_dprintf("falling back to dwarf for base type %s\n", name); in ctf_dwarf_create_base() 1293 ctf_dprintf("Trying to deal with bitfields on %d:%d\n", base, bitsz); in ctf_dwarf_member_bitfield() 1311 ctf_dprintf("got kind %d\n", kind); in ctf_dwarf_member_bitfield() 1421 ctf_dprintf("Got back type id: %d\n", mid); in ctf_dwarf_fixup_sou() 1531 ctf_dprintf("added sou %s (%d) (%ld) forward=%d\n", in ctf_dwarf_create_sou() 1599 ctf_dprintf("setting array upper bound\n"); in ctf_dwarf_array_upper_bound() 1719 ctf_dprintf("creating array range\n"); in ctf_dwarf_create_array_range() 1783 ctf_dprintf("Got back id %d\n", *idp); in ctf_dwarf_create_array() [all …]
|
H A D | ctf_merge.c | 157 ctf_dprintf("merge diff forward mapped %ld->%ld (%u)\n", in ctf_merge_diffcb() 170 ctf_dprintf("merge diff mapped %d->%d\n", oid, iid); in ctf_merge_diffcb() 174 ctf_dprintf("merge diff said %d is missing\n", iid); in ctf_merge_diffcb() 460 ctf_dprintf("Trying to add member %s to %d\n", name, cms->cms_id); in ctf_merge_add_member() 491 ctf_dprintf("added sou \"%s\" as (%d) %d->%d\n", name, kind, id, suid); in ctf_merge_add_sou() 505 ctf_dprintf( in ctf_merge_add_sou() 612 ctf_dprintf("Trying to fix up sou %d\n", id); in ctf_merge_fixup_sou() 718 ctf_dprintf("Forward %d\n", i); in ctf_merge_common() 731 ctf_dprintf("Failed to merge type %d\n", i); in ctf_merge_common() 745 ctf_dprintf("Beginning merge pass 3\n"); in ctf_merge_common() [all …]
|
H A D | ctf_convert.c | 58 ctf_dprintf("Could not find symbol table section\n"); in ctf_has_c_source() 81 ctf_dprintf("Walking string table looking for .c files\n"); in ctf_has_c_source() 98 ctf_dprintf("'%s'\n", file); in ctf_has_c_source() 102 ctf_dprintf("'%s'; is a file\n", file); in ctf_has_c_source() 107 ctf_dprintf("Found .c file - '%s'\n", file); in ctf_has_c_source()
|
H A D | ctf_subr.c | 98 ctf_dprintf(const char *format, ...) in ctf_dprintf() function
|
H A D | ctf_lib.c | 95 ctf_dprintf("decompressing CTF data using %s\n", _libctf_zlib); in ctf_zopen() 739 ctf_dprintf("ctf_version: client using version %d\n", version); in ctf_version()
|
/illumos-gate/usr/src/common/ctf/ |
H A D | ctf_open.c | 192 ctf_dprintf("loaded %lu symtab entries\n", fp->ctf_nsyms); in init_symtab() 296 ctf_dprintf("detected invalid CTF kind -- %u\n", kind); in init_types() 308 ctf_dprintf("CTF container %p is a child\n", (void *)fp); in init_types() 311 ctf_dprintf("CTF container %p is a parent\n", (void *)fp); in init_types() 507 ctf_dprintf("%lu total types processed\n", fp->ctf_typemax); in init_types() 508 ctf_dprintf("%u enum names hashed\n", ctf_hash_size(&fp->ctf_enums)); in init_types() 509 ctf_dprintf("%u struct names hashed (%d long)\n", in init_types() 511 ctf_dprintf("%u union names hashed (%d long)\n", in init_types() 513 ctf_dprintf("%u base type names hashed\n", in init_types() 574 ctf_dprintf("ctf_bufopen: magic=0x%x version=%u\n", in ctf_bufopen() [all …]
|
H A D | ctf_hash.c | 184 ctf_dprintf("---------------\nHash dump - %s\n", tag); in ctf_hash_dump() 197 ctf_dprintf(" - %3u/%3u - '%s' type %u\n", h, i, str, in ctf_hash_dump()
|
H A D | ctf_labels.c | 94 ctf_dprintf("failed to decode label %u with " in ctf_label_iter()
|
H A D | ctf_impl.h | 317 extern void ctf_dprintf(const char *, ...);
|
H A D | ctf_create.c | 452 ctf_dprintf("lbloff: %u\nobjtoff: %u\nfuncoff: %u\n" in ctf_update() 1078 ctf_dprintf("bad contents for array: %ld\n", in ctf_add_array() 1086 ctf_dprintf("bad index for array: %ld\n", arp->ctr_index); in ctf_add_array() 1419 ctf_dprintf("encountered duplicate member %s\n", name); in ctf_add_enumerator() 2151 ctf_dprintf("adding label %s, %ld\n", name, type); in ctf_add_label()
|
H A D | ctf_types.c | 202 ctf_dprintf("type %ld cycle detected\n", otype); in ctf_type_resolve()
|
/illumos-gate/usr/src/uts/common/ctf/ |
H A D | ctf_subr.c | 84 ctf_dprintf(const char *format, ...) in ctf_dprintf() function
|
/illumos-gate/usr/src/cmd/mdb/common/libstandctf/ |
H A D | ctf_subr.c | 136 ctf_dprintf(const char *format, ...) in ctf_dprintf() function
|