Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pmcstat/
H A Dpmcpl_calltree.c109 struct pmcpl_ct_arc *pct_arc; member
221 &pmcpl_ct_root->pct_arc[i].pcta_samples); in pmcpl_ct_samples_root()
315 ct->pct_arc = NULL; in pmcpl_ct_node_allocate()
336 pmcpl_ct_samples_free(&ct->pct_arc[i].pcta_samples); in pmcpl_ct_node_free()
337 pmcpl_ct_samples_free(&ct->pct_arc[i].pcta_callid); in pmcpl_ct_node_free()
341 free(ct->pct_arc); in pmcpl_ct_node_free()
389 arc = &ct->pct_arc[i]; in pmcpl_ct_node_dumptop()
414 &ct->pct_arc[i].pcta_samples) == 0) in pmcpl_ct_node_dumptop()
417 &ct->pct_arc[i].pcta_samples) > pmcstat_threshold) { in pmcpl_ct_node_dumptop()
419 ct->pct_arc[i].pcta_child, in pmcpl_ct_node_dumptop()
[all …]