From eb799b29947a9030aca7d808e97190635636c8de Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 21 Dec 2014 13:53:27 +0000 Subject: overlay: Hide kworker threads in overview The kworker threads are used for flip handling and other non-userspace driver tasks. They are non-blocking and so do not impact upon how userspace performs, but they do obscure that information in the overview. Signed-off-by: Chris Wilson --- overlay/gpu-perf.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'overlay/gpu-perf.h') diff --git a/overlay/gpu-perf.h b/overlay/gpu-perf.h index 23eba2fa0..3e363fb7b 100644 --- a/overlay/gpu-perf.h +++ b/overlay/gpu-perf.h @@ -26,6 +26,7 @@ #define GPU_PERF_H #include +#include #define MAX_RINGS 4 @@ -48,6 +49,7 @@ struct gpu_perf { struct gpu_perf_comm *next; char name[256]; pid_t pid; + bool active; int nr_requests[4]; void *user_data; -- cgit v1.2.3