Home
last modified time | relevance | path

Searched refs:COUNTER_L2_0_C0 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/include/linux/mali/
H A Dmali_utgard_profiling_gator_api.h73 COUNTER_L2_0_C0, enumerator
194 #define FIRST_HW_COUNTER COUNTER_L2_0_C0
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_osk_profiling.c363 for (i = COUNTER_L2_0_C0; i <= COUNTER_L2_2_C1; i++) { in _mali_profiling_sampling_counters()
387 if (global_mali_profiling_counters[counter_index].counter_id >= COUNTER_L2_0_C0 && in _mali_profiling_sampling_counters()
551 …global_mali_profiling_counters[counter_index].counter_id = COUNTER_L2_0_C0 + (2 * core_id) + count… in _mali_profiling_global_counters_init()
1182 } else if (COUNTER_L2_0_C0 <= counter_id && COUNTER_L2_2_C1 >= counter_id) { in _mali_profiling_set_event()
1183 u32 core_id = (counter_id - COUNTER_L2_0_C0) >> 1; in _mali_profiling_set_event()
1187 u32 counter_src = (counter_id - COUNTER_L2_0_C0) & 1; in _mali_profiling_set_event()