Searched refs:perfcntr (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/arch/mips/oprofile/ |
D | op_model_mipsxx.c | 131 __define_perf_accessors(perfcntr, 0, 2) 132 __define_perf_accessors(perfcntr, 1, 3) 133 __define_perf_accessors(perfcntr, 2, 0) 134 __define_perf_accessors(perfcntr, 3, 1)
|
/linux-4.1.27/drivers/gpu/drm/msm/ |
D | msm_perf.c | 84 const struct msm_gpu_perfcntr *perfcntr = &gpu->perfcntrs[i]; in refill_buf() local 85 n = snprintf(ptr, rem, "\t%s", perfcntr->name); in refill_buf()
|
/linux-4.1.27/drivers/gpu/drm/msm/adreno/ |
D | a3xx_gpu.c | 212 const struct msm_gpu_perfcntr *perfcntr = &gpu->perfcntrs[i]; in a3xx_hw_init() local 213 gpu_write(gpu, perfcntr->select_reg, perfcntr->select_val); in a3xx_hw_init()
|