Searched refs:COUNTER_FP_0_C0 (Results 1 – 3 of 3) sorted by relevance
85 COUNTER_FP_0_C0, enumerator
541 …global_mali_profiling_counters[counter_index].counter_id = COUNTER_FP_0_C0 + (2 * core_id) + count… in _mali_profiling_global_counters_init()1117 } else if (COUNTER_FP_0_C0 <= counter_id && COUNTER_FP_7_C1 >= counter_id) { in _mali_profiling_set_event()1169 u32 sub_job = (counter_id - COUNTER_FP_0_C0) >> 1; in _mali_profiling_set_event()1170 u32 counter_src = (counter_id - COUNTER_FP_0_C0) & 1; in _mali_profiling_set_event()
469 int counter_index = COUNTER_FP_0_C0 + (2 * child->core_id); in mali_pp_update_performance_counters()