aosp12/external/igt-gpu-tools/overlay
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
kms init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
x11 init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
.gitignore init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Makefile.am init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
chart.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
chart.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
config.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
cpu-top.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
cpu-top.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
debugfs.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
debugfs.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
gem-interrupts.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
gem-interrupts.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
gem-objects.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
gem-objects.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
gpu-freq.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
gpu-freq.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
gpu-perf.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
gpu-perf.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
gpu-top.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
gpu-top.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
meson.build init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
overlay.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
overlay.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
power.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
power.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
rc6.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
rc6.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
tracepoint_format.leg init from android-12.1.0_r8 2023-01-09 17:11:35 +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.