summaryrefslogtreecommitdiff
path: root/overlay/gpu-perf.h
diff options
context:
space:
mode:
Diffstat (limited to 'overlay/gpu-perf.h')
-rw-r--r--overlay/gpu-perf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/overlay/gpu-perf.h b/overlay/gpu-perf.h
index 5c3e242e..476bbaab 100644
--- a/overlay/gpu-perf.h
+++ b/overlay/gpu-perf.h
@@ -14,6 +14,11 @@ struct gpu_perf {
int flip_complete;
struct gpu_perf_comm {
struct gpu_perf_comm *next;
+ struct gpu_perf_wait {
+ struct gpu_perf_wait *next;
+ uint32_t seqno;
+ uint64_t time;
+ } *wait;
char name[256];
pid_t pid;
int nr_requests[4];