Chris Wilson cc45a9a3db 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>
2013-08-17 17:42:14 +01:00
..
2013-08-17 11:21:51 +01:00
2013-08-17 11:21:51 +01:00
2013-08-17 12:35:50 +01:00
2013-08-17 12:35:50 +01:00
2013-08-17 11:21:51 +01:00
2013-08-17 11:21:51 +01:00
2013-08-17 11:21:51 +01:00
2013-08-17 11:21:51 +01:00
2013-08-17 11:21:51 +01:00
2013-08-17 11:21:51 +01:00
2013-08-17 11:21:51 +01:00
2013-08-17 11:21:51 +01:00
2013-08-17 11:21:51 +01:00

This is a simple overlay showing current GPU activity. An asynchronous
overlay is used, rendered by the CPU to avoid introducing any extra work
on the GPU that we wish to monitor.

The x11-overlay backend requires xf86-video-intel 2.21.15 or later, with
SNA enabled.

As it requires access to debug information, it needs to be run as root.