Searched refs:hwperfmon (Results 1 – 1 of 1) sorted by relevance
37 struct vc4_hwperfmon *hwperfmon; member122 struct vc4_hwperfmon *hwperfmon; in vc4_create_batch_query() local140 hwperfmon = calloc(1, sizeof(*hwperfmon)); in vc4_create_batch_query()141 if (!hwperfmon) in vc4_create_batch_query()145 hwperfmon->events[i] = query_types[i] - in vc4_create_batch_query()148 query->hwperfmon = hwperfmon; in vc4_create_batch_query()172 if (query->hwperfmon && query->hwperfmon->id) { in vc4_destroy_query()173 if (query->hwperfmon->id) { in vc4_destroy_query()176 req.id = query->hwperfmon->id; in vc4_destroy_query()181 free(query->hwperfmon); in vc4_destroy_query()[all …]