Home
last modified time | relevance | path

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

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