Searched refs:counterc (Results 1 – 2 of 2) sorted by relevance
55 kpcd->counterc = KPC_MAX_COUNTERS; in kperf_kpc_thread_sample()56 if (kpc_get_curthread_counters(&kpcd->counterc, in kperf_kpc_thread_sample()60 sizeof(uint64_t) * kpcd->counterc); in kperf_kpc_thread_sample()70 BUF_INFO(PERF_KPC_THREAD_SAMPLE | DBG_FUNC_END, kpcd->running, kpcd->counterc); in kperf_kpc_thread_sample()79 kpcd->counterc = kpc_get_cpu_counters(0, kpcd->running, in kperf_kpc_cpu_sample()89 BUF_INFO(PERF_KPC_CPU_SAMPLE | DBG_FUNC_END, kpcd->running, kpcd->counterc); in kperf_kpc_cpu_sample()97 kpcd->counterc, in kperf_kpc_config_log()127 unsigned int max = (kpcd->counterc + 3) / 4; in kperf_kpc_log()139 unsigned int max = (kpcd->counterc + 1) / 2; in kperf_kpc_log()
42 uint32_t counterc; member