intel/perf: create a vtable entry for emit_report_count
[mesa.git] / src / intel / perf / gen_perf.h
index 2e50345c1dbdfd8dd6b59da04f60a61de4bba591..2d092d087ec861fb077c81b37a8fe8e3c05461d4 100644 (file)
@@ -192,6 +192,10 @@ struct gen_perf_config {
    struct {
       void *(*bo_alloc)(void *bufmgr, const char *name, uint64_t size);
       void (*bo_unreference)(void *bo);
+      void (*emit_mi_report_perf_count)(void *ctx,
+                                        void *bo,
+                                        uint32_t offset_in_bytes,
+                                        uint32_t report_id);
    } vtbl;
 };