Searched refs:pmccount (Results 1 – 1 of 1) sorted by relevance
208 int i, pmccount, eventcount; in pmc_filter_handler() local216 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()