android13/external/igt-gpu-tools/overlay
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
kms initial 2024-06-22 20:45:49 +08:00
x11 initial 2024-06-22 20:45:49 +08:00
Makefile.am initial 2024-06-22 20:45:49 +08:00
README initial 2024-06-22 20:45:49 +08:00
chart.c initial 2024-06-22 20:45:49 +08:00
chart.h initial 2024-06-22 20:45:49 +08:00
config.c initial 2024-06-22 20:45:49 +08:00
cpu-top.c initial 2024-06-22 20:45:49 +08:00
cpu-top.h initial 2024-06-22 20:45:49 +08:00
debugfs.c initial 2024-06-22 20:45:49 +08:00
debugfs.h initial 2024-06-22 20:45:49 +08:00
gem-interrupts.c initial 2024-06-22 20:45:49 +08:00
gem-interrupts.h initial 2024-06-22 20:45:49 +08:00
gem-objects.c initial 2024-06-22 20:45:49 +08:00
gem-objects.h initial 2024-06-22 20:45:49 +08:00
gpu-freq.c initial 2024-06-22 20:45:49 +08:00
gpu-freq.h initial 2024-06-22 20:45:49 +08:00
gpu-perf.c initial 2024-06-22 20:45:49 +08:00
gpu-perf.h initial 2024-06-22 20:45:49 +08:00
gpu-top.c initial 2024-06-22 20:45:49 +08:00
gpu-top.h initial 2024-06-22 20:45:49 +08:00
meson.build initial 2024-06-22 20:45:49 +08:00
overlay.c initial 2024-06-22 20:45:49 +08:00
overlay.h initial 2024-06-22 20:45:49 +08:00
power.c initial 2024-06-22 20:45:49 +08:00
power.h initial 2024-06-22 20:45:49 +08:00
rc6.c initial 2024-06-22 20:45:49 +08:00
rc6.h initial 2024-06-22 20:45:49 +08:00
tracepoint_format.leg initial 2024-06-22 20:45:49 +08:00

README

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.