Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/pmcstudy/
H A Dpmcstudy.c40 static int max_pmc_counters = 1; variable
2011 if (the_cpu.ents[i].counters_required > max_pmc_counters) { in set_expression()
2014 the_cpu.ents[i].counters_required, max_pmc_counters); in set_expression()
2488 max_pmc_counters = (reg[3] & 0x0000000f) + 1; in get_cpuid_set()
2489 printf("We have %d PMC counters to work with\n", max_pmc_counters); in get_cpuid_set()