count_pmc
count_pmc(1, sample_period);
count_pmc(1, sample_period);
found += count_pmc(i, sample_period);
int count_pmc(int pmc, uint32_t sample_period);
count_pmc(4, sample_period);
count_pmc(4, sample_period);
count_pmc(1, sample_period);
count_pmc(2, sample_period);
count_pmc(5, COUNTER_OVERFLOW);
count_pmc(6, COUNTER_OVERFLOW);