Searched refs:KPC_MAX_COUNTERS (Results 1 – 9 of 9) sorted by relevance
41 uint64_t counterv[KPC_MAX_COUNTERS + 1];43 uint64_t configv[KPC_MAX_COUNTERS];
47 kpcd->counterc = KPC_MAX_COUNTERS; in kperf_kpc_thread_sample()
39 #define KPC_MAX_COUNTERS (32) macro
57 #define KPC_MAX_COUNTERS (KPC_ARM_FIXED_COUNT + KPC_ARM_CONFIGURABLE_COUNT + 1) macro
56 #define KPC_MAX_COUNTERS (KPC_ARM64_FIXED_COUNT + KPC_ARM64_CONFIGURABLE_COUNT + 1) macro
138 #if KPC_MAX_COUNTERS > 8223 uint64_t counter[MAX_CPUS][KPC_MAX_COUNTERS];
101 assert(kpc_thread_classes_count <= KPC_MAX_COUNTERS); in kpc_set_thread_counting()
272 extern uint32_t kpc_actionid[KPC_MAX_COUNTERS];
48 uint32_t kpc_actionid[KPC_MAX_COUNTERS];50 #define COUNTERBUF_SIZE_PER_CPU (KPC_MAX_COUNTERS * sizeof(uint64_t))