summaryrefslogtreecommitdiff
path: root/overlay/Makefile.am
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2013-08-17 17:38:37 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2013-08-17 17:42:14 +0100
commitcc45a9a3dbbaa51a480c56bea53c1803dbd1859f (patch)
treed93cadddf82a17709d06103b019c4bdbf9641033 /overlay/Makefile.am
parent06c0cc0bb42d0a3f1c72e0c0d85d15107a392069 (diff)
overlay: Primitive integration with perf
We can now record when a pageflip occurs by listening for the flip tracepoint. Merely proof of principle at this point. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'overlay/Makefile.am')
-rw-r--r--overlay/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/overlay/Makefile.am b/overlay/Makefile.am
index 10820bdf..1c722434 100644
--- a/overlay/Makefile.am
+++ b/overlay/Makefile.am
@@ -16,6 +16,7 @@ intel_gpu_overlay_SOURCES = \
gem-objects.c \
gpu-top.h \
gpu-top.c \
+ gpu-perf.c \
igfx.h \
igfx.c \
x11/dri2.c \