Searched refs:counterc (Results 1 – 2 of 2) sorted by relevance
47 kpcd->counterc = KPC_MAX_COUNTERS; in kperf_kpc_thread_sample()48 if (kpc_get_curthread_counters(&kpcd->counterc, in kperf_kpc_thread_sample()52 sizeof(uint64_t) * kpcd->counterc); in kperf_kpc_thread_sample()62 BUF_INFO(PERF_KPC_THREAD_SAMPLE | DBG_FUNC_END, kpcd->running, kpcd->counterc); in kperf_kpc_thread_sample()71 kpcd->counterc = kpc_get_cpu_counters(0, kpcd->running, in kperf_kpc_cpu_sample()81 BUF_INFO(PERF_KPC_CPU_SAMPLE | DBG_FUNC_END, kpcd->running, kpcd->counterc); in kperf_kpc_cpu_sample()89 kpcd->counterc, in kperf_kpc_config_log()119 unsigned int max = (kpcd->counterc + 3) / 4; in kperf_kpc_log()131 unsigned int max = (kpcd->counterc + 1) / 2; in kperf_kpc_log()
40 uint32_t counterc; member