summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2013-03-26 22:06:37 -0700
committerDaniel Vetter <daniel.vetter@ffwll.ch>2013-03-27 12:28:41 +0100
commit85667f4f7d698ba994af32a65b1393d54b8d8784 (patch)
tree78a6b71cf5f7dc7cf4a7050ff13ededce809ed2e /tools/Makefile.am
parent9535fed171386713dba1147fb9e76f7310a6bc3f (diff)
intel_perf_counters: a little tool for dumping performance counters.
This reads the GPU's performance counters via MI_REPORT_PERF_COUNT and prints them in a top-style interface. While it can be useful in and of itself, it also documents the performance counters and lets us verify that they're working. Currently, it only supports Ironlake. v2 [Ken]: Rebase on master and fix compilation failures; make it abort on non-Ironlake platforms to avoid GPU hangs; rename from 'chaps' to intel_perf_counters since that acronym isn't used any longer; write the above commit message. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index bb3328f1a..e939518d6 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -12,6 +12,7 @@ bin_PROGRAMS = \
intel_gpu_top \
intel_gpu_time \
intel_gtt \
+ intel_perf_counters \
intel_stepping \
intel_reg_checker \
intel_reg_dumper \