Searched refs:CONFIGURABLE_ACTIONID (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/osfmk/x86_64/
H A Dmachine_kpc.h43 #define CONFIGURABLE_ACTIONID(ctr) (kpc_actionid[(ctr) + kpc_fixed_count()]) macro
H A Dkpc_x86.c583 BUF_INFO(PERF_KPC_COUNTER, ctr, CONFIGURABLE_SHADOW(ctr), extra, CONFIGURABLE_ACTIONID(ctr));
585 if (CONFIGURABLE_ACTIONID(ctr))
586 kpc_sample_kperf(CONFIGURABLE_ACTIONID(ctr));
/xnu-2782.1.97/osfmk/kern/
H A Dkpc_common.c445 memcpy(&CONFIGURABLE_ACTIONID(0), &val[offset], count*sizeof(uint32_t));
470 memcpy(&val[offset], &CONFIGURABLE_ACTIONID(0), count*sizeof(uint32_t));

Completed in 24 milliseconds