Searched refs:nconfig (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.41.9/tests/ktrace/ |
| H A D | kpc_tests.c | 24 unsigned int nconfig; member 106 mch->nconfig = kpc_get_counter_count(KPC_CLASS_CONFIGURABLE_MASK); in prepare_kpc() 109 mch->nfixed, mch->nconfig); in prepare_kpc() 133 uint64_t *periods = calloc(mch.nconfig, sizeof(*periods)); in kpc_reset_atend() 269 memset(counts, 0, sizeof(*counts) * mch.ncpus * (mch.nfixed + mch.nconfig)); 270 struct tally *tly = calloc(mch.ncpus * mch.nconfig, sizeof(*tly)); 281 check_counters(mch.ncpus, mch.nconfig, tly, counts); 290 check_tally(mch.ncpus, mch.nconfig, tly); 380 uint64_t *periods = calloc(mch.nconfig, sizeof(*periods)); 388 int32_t *actions = calloc(mch.nconfig, sizeof(*actions)); [all …]
|