summaryrefslogtreecommitdiffstats
path: root/src/intel/Makefile.sources
diff options
context:
space:
mode:
authorLionel Landwerlin <[email protected]>2018-05-27 20:33:25 +0100
committerLionel Landwerlin <[email protected]>2019-04-17 14:10:42 +0100
commit134e750e16bfc53480e0bba6f0ae3e1d2a7fb87c (patch)
tree1217a34c7a31a7cd62895e142b5c8cf246ee8392 /src/intel/Makefile.sources
parent603ddda622b40414262e28f58a36526a9067807b (diff)
i965: extract performance query metrics
We would like to reuse performance query metrics in other APIs. Let's make the query code dealing with the processing of raw counters into human readable values API agnostic. Signed-off-by: Lionel Landwerlin <[email protected]> Reviewed-by: Mark Janes <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/intel/Makefile.sources')
-rw-r--r--src/intel/Makefile.sources24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/intel/Makefile.sources b/src/intel/Makefile.sources
index ffe51f87698..b5915a0d9a4 100644
--- a/src/intel/Makefile.sources
+++ b/src/intel/Makefile.sources
@@ -314,3 +314,27 @@ VULKAN_GEN10_FILES := \
VULKAN_GEN11_FILES := \
vulkan/gen8_cmd_buffer.c \
$(VULKAN_GENX_FILES)
+
+GEN_PERF_XML_FILES = \
+ perf/oa-hsw.xml \
+ perf/oa-bdw.xml \
+ perf/oa-chv.xml \
+ perf/oa-sklgt2.xml \
+ perf/oa-sklgt3.xml \
+ perf/oa-sklgt4.xml \
+ perf/oa-bxt.xml \
+ perf/oa-kblgt2.xml \
+ perf/oa-kblgt3.xml \
+ perf/oa-glk.xml \
+ perf/oa-cflgt2.xml \
+ perf/oa-cflgt3.xml \
+ perf/oa-cnl.xml \
+ perf/oa-icl.xml
+
+GEN_PERF_FILES = \
+ perf/gen_perf.c \
+ perf/gen_perf.h
+
+GEN_PERF_GENERATED_FILES = \
+ perf/gen_perf_metrics.c \
+ perf/gen_perf_metrics.h