Home
last modified time | relevance | path

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

/xnu-8019.80.24/tests/ktrace/
H A Dkpc_tests.c21 unsigned int nfixed; member
103 mch->nfixed = kpc_get_counter_count(KPC_CLASS_FIXED_MASK); in prepare_kpc()
107 mch->nfixed, mch->nconfig); in prepare_kpc()
265 memset(counts, 0, sizeof(*counts) * mch.ncpus * (mch.nfixed + mch.nconfig));
496 memset(counts, 0, sizeof(*counts) * mch.ncpus * (mch.nfixed + mch.nconfig));
497 struct tally *tly = calloc(mch.ncpus * (mch.nconfig + mch.nfixed),
523 check_counters(mch.ncpus, mch.nfixed + mch.nconfig, tly, counts);
533 check_tally(mch.ncpus, mch.nfixed + mch.nconfig, tly);
580 unsigned int ctr = i * (mch.nfixed + mch.nconfig) + mch.nfixed;