Home
last modified time | relevance | path

Searched refs:perfcntr (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/mips/oprofile/
Dop_model_mipsxx.c116 __define_perf_accessors(perfcntr, 0, 2)
117 __define_perf_accessors(perfcntr, 1, 3)
118 __define_perf_accessors(perfcntr, 2, 0)
119 __define_perf_accessors(perfcntr, 3, 1)
/Linux-v4.19/drivers/gpu/drm/msm/
Dmsm_perf.c81 const struct msm_gpu_perfcntr *perfcntr = &gpu->perfcntrs[i]; in refill_buf() local
82 n = snprintf(ptr, rem, "\t%s", perfcntr->name); in refill_buf()
/Linux-v4.19/drivers/gpu/drm/msm/adreno/
Da3xx_gpu.c219 const struct msm_gpu_perfcntr *perfcntr = &gpu->perfcntrs[i]; in a3xx_hw_init() local
220 gpu_write(gpu, perfcntr->select_reg, perfcntr->select_val); in a3xx_hw_init()