Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/x86_64/
H A Dmonotonic_x86_64.c192 int fixed_count = kpc_fixed_count(); in enable_counters() local
193 …uint64_t global_en = (fixed_count == 4) ? GLOBAL_CTRL_FIXED_EN_4FIXED : GLOBAL_CTRL_FIXED_EN_3FIXE… in enable_counters()
/xnu-8792.41.9/tests/
H A Dperfmon_unit_tests.c196 unsigned short fixed_count = cpmu_source->ps_layout.pl_fixed_count; variable
204 uint64_t event_shift = (test_events[i].pe_counter - fixed_count) * 8;