Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/cpu_counters/
H A Dkpc_tests.c31 unsigned int nfixed; member
131 mch->nfixed = kpc_get_counter_count(KPC_CLASS_FIXED_MASK); in prepare_kpc()
135 mch->nfixed, mch->nconfig); in prepare_kpc()
322 memset(counts, 0, sizeof(*counts) * mch.ncpus * (mch.nfixed + mch.nconfig));
550 memset(counts, 0, sizeof(*counts) * mch.ncpus * (mch.nfixed + mch.nconfig));
551 struct tally *tly = calloc(mch.ncpus * (mch.nconfig + mch.nfixed),
577 check_counters(mch.ncpus, mch.nfixed + mch.nconfig, tly, counts);
587 check_tally(mch.ncpus, mch.nfixed + mch.nconfig, tly);
634 unsigned int ctr = i * (mch.nfixed + mch.nconfig) + mch.nfixed;