Lines Matching refs:pct_image
98 struct pmcstat_image *pct_image; member
310 ct->pct_image = NULL; in pmcpl_ct_node_allocate()
531 TSI(x-1, y)->pct_image != ct->pct_image) in pmcpl_ct_node_printtop()
533 pmcstat_string_unintern(ct->pct_image->pi_name)); in pmcpl_ct_node_printtop()
689 if (ct->pct_image == image && ct->pct_func == pc) { in pmcpl_ct_node_hash_lookup()
712 ct->pct_image = image; in pmcpl_ct_node_hash_lookup()
845 pmcstat_string_unintern(child->pct_image->pi_fullpath)); in pmcpl_ct_node_printchild()
847 addr = child->pct_image->pi_vaddr + child->pct_func; in pmcpl_ct_node_printchild()
854 } else if (pmcstat_image_addr2line(child->pct_image, addr, in pmcpl_ct_node_printchild()
902 pmcstat_string_unintern(ct->pct_image->pi_fullpath)); in pmcpl_ct_node_printself()
907 faddr = ct->pct_image->pi_vaddr + ct->pct_func; in pmcpl_ct_node_printself()
913 } else if (pmcstat_image_addr2line(ct->pct_image, faddr, in pmcpl_ct_node_printself()
924 (void *)(ct->pct_image->pi_vaddr + ct->pct_func)); in pmcpl_ct_node_printself()
935 addr = ct->pct_image->pi_vaddr + in pmcpl_ct_node_printself()
938 pmcstat_image_addr2line(ct->pct_image, addr, in pmcpl_ct_node_printself()
1033 faddr = ct->pct_image->pi_vaddr + ct->pct_func; in _pmcpl_ct_expand_inline()
1035 if (!pmcstat_image_addr2line(ct->pct_image, faddr, in _pmcpl_ct_expand_inline()
1041 addr = ct->pct_image->pi_vaddr + in _pmcpl_ct_expand_inline()
1044 if (!pmcstat_image_addr2line(ct->pct_image, addr, in _pmcpl_ct_expand_inline()
1065 child = pmcpl_ct_node_hash_lookup(ct->pct_image, in _pmcpl_ct_expand_inline()