Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/kern/
H A Dkpc.h59 #define FIXED_ACTIONID(ctr) (kpc_actionid[(ctr)])
60 #define CONFIGURABLE_ACTIONID(ctr) (kpc_actionid[(ctr) + kpc_fixed_count()])
266 extern uint32_t kpc_actionid[KPC_MAX_COUNTERS];
H A Dkpc_common.c51 uint32_t kpc_actionid[KPC_MAX_COUNTERS]; variable