Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/pmcstat/
Dpmcpl_calltree.c112 struct pmcpl_ct_arc *pct_arc; member
224 &pmcpl_ct_root->pct_arc[i].pcta_samples); in pmcpl_ct_samples_root()
318 ct->pct_arc = NULL; in pmcpl_ct_node_allocate()
339 pmcpl_ct_samples_free(&ct->pct_arc[i].pcta_samples); in pmcpl_ct_node_free()
340 pmcpl_ct_samples_free(&ct->pct_arc[i].pcta_callid); in pmcpl_ct_node_free()
344 free(ct->pct_arc); in pmcpl_ct_node_free()
392 arc = &ct->pct_arc[i]; in pmcpl_ct_node_dumptop()
417 &ct->pct_arc[i].pcta_samples) == 0) in pmcpl_ct_node_dumptop()
420 &ct->pct_arc[i].pcta_samples) > pmcstat_threshold) { in pmcpl_ct_node_dumptop()
422 ct->pct_arc[i].pcta_child, in pmcpl_ct_node_dumptop()
[all …]