Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dkpc.h61 #define FIXED_ACTIONID(ctr) (kpc_actionid[(ctr)])
62 #define CONFIGURABLE_ACTIONID(ctr) (kpc_actionid[(ctr) + kpc_fixed_count()])
272 extern uint32_t kpc_actionid[KPC_MAX_COUNTERS];
H A Dkpc_common.c48 uint32_t kpc_actionid[KPC_MAX_COUNTERS]; variable