intel/perf: make pipeline statistic query loading optional
[mesa.git] / src / intel / perf / gen_perf.h
index a390916583819899568dbf818f4fcc8738585343..3f933a664fad561716e872730070beeb984377cb 100644 (file)
@@ -252,7 +252,8 @@ struct gen_perf_config {
 
 void gen_perf_init_metrics(struct gen_perf_config *perf_cfg,
                            const struct gen_device_info *devinfo,
-                           int drm_fd);
+                           int drm_fd,
+                           bool include_pipeline_statistics);
 
 /** Query i915 for a metric id using guid.
  */