Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pmcstat/
H A Dpmcpl_calltree.c89 struct pmcpl_ct_instr { struct
114 struct pmcpl_ct_instr *pct_instr; argument
250 pmcpl_ct_instr_grow(int cursize, int *maxsize, struct pmcpl_ct_instr **items) in pmcpl_ct_instr_grow()
258 *items = reallocarray(*items, nmaxsize, sizeof(struct pmcpl_ct_instr)); in pmcpl_ct_instr_grow()
261 bzero((char *)*items + *maxsize * sizeof(struct pmcpl_ct_instr), in pmcpl_ct_instr_grow()
262 (nmaxsize - *maxsize) * sizeof(struct pmcpl_ct_instr)); in pmcpl_ct_instr_grow()
275 struct pmcpl_ct_instr *in; in pmcpl_ct_instr_add()