Searched refs:kpc_actionid (Results 1 – 2 of 2) sorted by relevance
59 #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];
51 uint32_t kpc_actionid[KPC_MAX_COUNTERS]; variable