Searched refs:counter_values (Results 1 – 3 of 3) sorted by relevance
41 uint32_t ret = perf->counter_values[offset]; in panfrost_perf_counter_read()46 ret += perf->counter_values[offset + PAN_COUNTERS_PER_CATEGORY * core]; in panfrost_perf_counter_read()82 perf->counter_values = ralloc_array(perf, uint32_t, perf->n_counter_values); in panfrost_perf_init()114 struct drm_panfrost_perfcnt_dump perfcnt_dump = {(uint64_t)(uintptr_t)perf->counter_values}; in panfrost_perf_dump()
91 uint32_t *counter_values; member
427 uint64_t counter_values[V3D_PERFCNT_NUM]; in write_performance_query_result() local432 .values_ptr = (uintptr_t)(&counter_values[i * in write_performance_query_result()447 write_to_buffer(data, slot + i, do_64bit, counter_values[i]); in write_performance_query_result()