Home
last modified time | relevance | path

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

/xnu-8019.80.24/tests/ktrace/
H A Dkpc_tests.c22 unsigned int nconfig; member
104 mch->nconfig = kpc_get_counter_count(KPC_CLASS_CONFIGURABLE_MASK); in prepare_kpc()
107 mch->nfixed, mch->nconfig); in prepare_kpc()
131 uint64_t *periods = calloc(mch.nconfig, sizeof(*periods)); in kpc_reset_atend()
265 memset(counts, 0, sizeof(*counts) * mch.ncpus * (mch.nfixed + mch.nconfig));
266 struct tally *tly = calloc(mch.ncpus * mch.nconfig, sizeof(*tly));
277 check_counters(mch.ncpus, mch.nconfig, tly, counts);
286 check_tally(mch.ncpus, mch.nconfig, tly);
373 uint64_t *periods = calloc(mch.nconfig, sizeof(*periods));
381 int32_t *actions = calloc(mch.nconfig, sizeof(*actions));
[all …]