Searched refs:ctf_phase_dump (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libctf/common/ |
H A D | libctf_impl.h | 71 extern void ctf_phase_dump(ctf_file_t *, const char *, const char *);
|
H A D | ctf_merge.c | 712 ctf_phase_dump(cmp->cm_src, "merge-common-src", NULL); in ctf_merge_common() 713 ctf_phase_dump(cmp->cm_out, "merge-common-dest", NULL); in ctf_merge_common() 1652 ctf_phase_dump(cm.cm_out, "dedup-pre-syms", NULL); in ctf_merge_dedup() 1678 ctf_phase_dump(cm.cm_out, "dedup-post-syms", NULL); in ctf_merge_dedup()
|
H A D | ctf_lib.c | 750 ctf_phase_dump(ctf_file_t *fp, const char *phase, const char *name) in ctf_phase_dump() function
|
H A D | ctf_dwarf.c | 3060 ctf_phase_dump(cup->cu_ctfp, "pre-dwarf-dedup", name); in ctf_dwarf_convert_one() 3075 ctf_phase_dump(cup->cu_ctfp, "post-dwarf-dedup", name); in ctf_dwarf_convert_one()
|