Searched refs:nfixed (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.41.9/tests/ktrace/ |
| H A D | kpc_tests.c | 23 unsigned int nfixed; member 105 mch->nfixed = kpc_get_counter_count(KPC_CLASS_FIXED_MASK); in prepare_kpc() 109 mch->nfixed, mch->nconfig); in prepare_kpc() 269 memset(counts, 0, sizeof(*counts) * mch.ncpus * (mch.nfixed + mch.nconfig)); 503 memset(counts, 0, sizeof(*counts) * mch.ncpus * (mch.nfixed + mch.nconfig)); 504 struct tally *tly = calloc(mch.ncpus * (mch.nconfig + mch.nfixed), 530 check_counters(mch.ncpus, mch.nfixed + mch.nconfig, tly, counts); 540 check_tally(mch.ncpus, mch.nfixed + mch.nconfig, tly); 587 unsigned int ctr = i * (mch.nfixed + mch.nconfig) + mch.nfixed;
|