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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/overlay/gpu-perf.h b/overlay/gpu-perf.h
index 0d869869..6c81e62b 100644
--- a/overlay/gpu-perf.h
+++ b/overlay/gpu-perf.h
@@ -61,6 +61,7 @@ struct gpu_perf {
struct gpu_perf_time {
struct gpu_perf_time *next;
struct gpu_perf_comm *comm;
+ uint32_t context;
uint32_t seqno;
uint64_t time;
} *wait[MAX_RINGS];