Searched refs:COUNTER_L2_0_C0 (Results 1 – 2 of 2) sorted by relevance
73 COUNTER_L2_0_C0, enumerator194 #define FIRST_HW_COUNTER COUNTER_L2_0_C0
363 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()