Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pmc/
H A Dcmd_pmc_filter.cc208 int i, pmccount, eventcount; in pmc_filter_handler() local
216 threadcount = proccount = eventcount = pmccount = 0; in pmc_filter_handler()
225 pmccount++; in pmc_filter_handler()
233 if ((pe = (struct pmcid_ent *) malloc(sizeof(*pe) * pmccount)) == NULL) in pmc_filter_handler()
236 while (pmclog_read(ps, &ev) == 0 && i < pmccount) { in pmc_filter_handler()
271 for (i = 0; i < pmccount; i++) { in pmc_filter_handler()
275 if (i == pmccount) in pmc_filter_handler()