Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pmcstat/
H A Dpmcpl_calltree.c82 struct pmcpl_ct_arc { struct
109 struct pmcpl_ct_arc *pct_arc; argument
229 pmcpl_ct_arc_grow(int cursize, int *maxsize, struct pmcpl_ct_arc **items) in pmcpl_ct_arc_grow()
237 *items = reallocarray(*items, nmaxsize, sizeof(struct pmcpl_ct_arc)); in pmcpl_ct_arc_grow()
240 bzero((char *)*items + *maxsize * sizeof(struct pmcpl_ct_arc), in pmcpl_ct_arc_grow()
241 (nmaxsize - *maxsize) * sizeof(struct pmcpl_ct_arc)); in pmcpl_ct_arc_grow()
371 struct pmcpl_ct_arc *arc; in pmcpl_ct_node_dumptop()
613 struct pmcpl_ct_arc *arc; in pmcpl_ct_node_update()