Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.sbin/pmcstat/
Dpmcpl_calltree.c80 struct pmcpl_ct_arc { struct
107 struct pmcpl_ct_arc *pct_arc; argument
227 pmcpl_ct_arc_grow(int cursize, int *maxsize, struct pmcpl_ct_arc **items) in pmcpl_ct_arc_grow()
235 *items = realloc(*items, nmaxsize * sizeof(struct pmcpl_ct_arc)); in pmcpl_ct_arc_grow()
238 bzero((char *)*items + *maxsize * sizeof(struct pmcpl_ct_arc), in pmcpl_ct_arc_grow()
239 (nmaxsize - *maxsize) * sizeof(struct pmcpl_ct_arc)); in pmcpl_ct_arc_grow()
369 struct pmcpl_ct_arc *arc; in pmcpl_ct_node_dumptop()
608 struct pmcpl_ct_arc *arc; in pmcpl_ct_node_update()