Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pmcstudy/
H A Dpmcstudy.c55 extern int pmc_allocated_cnt;
56 int pmc_allocated_cnt=0; variable
2498 pmc_allocated_cnt = PMC_INITIAL_ALLOC; in get_cpuid_set()
2499 sz = sizeof(char *) * pmc_allocated_cnt; in get_cpuid_set()
2528 if (valid_pmc_cnt >= pmc_allocated_cnt) { in get_cpuid_set()
2532 sz = sizeof(char *) * (pmc_allocated_cnt * 2); in get_cpuid_set()
2540 pmc_allocated_cnt *= 2; in get_cpuid_set()