Home
last modified time | relevance | path

Searched refs:pct_sym (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/pmcstat/
H A Dpmcpl_calltree.c101 struct pmcstat_symbol *pct_sym; member
309 ct->pct_sym = NULL; in pmcpl_ct_node_allocate()
522 if (ct->pct_sym != NULL) { in pmcpl_ct_node_printtop()
524 pmcstat_string_unintern(ct->pct_sym->ps_name)); in pmcpl_ct_node_printtop()
714 ct->pct_sym = sym; in pmcpl_ct_node_hash_lookup()
860 if (child->pct_sym != NULL) in pmcpl_ct_node_printchild()
864 child->pct_sym->ps_name)); in pmcpl_ct_node_printchild()
919 if (ct->pct_sym != NULL) in pmcpl_ct_node_printself()
921 pmcstat_string_unintern(ct->pct_sym->ps_name)); in pmcpl_ct_node_printself()
1066 ct->pct_func, ct->pct_sym, sourcefile, buffer); in _pmcpl_ct_expand_inline()