summaryrefslogtreecommitdiff
path: root/overlay/gpu-perf.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2013-08-17 20:32:58 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2013-08-17 20:32:58 +0100
commitcc9de398cf5232e547e9131d72782732a552fc56 (patch)
treefb52f7ff6db8c503c1898698fe2cec7c3a440b13 /overlay/gpu-perf.h
parentcbbd55af154f88fdd2c58c0398408f242124b005 (diff)
overlay: Graph per-process requests over time
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
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 95debc98..557e501e 100644
--- a/overlay/gpu-perf.h
+++ b/overlay/gpu-perf.h
@@ -17,6 +17,7 @@ struct gpu_perf {
char name[256];
pid_t pid;
int nr_requests[4];
+ void *user_data;
} *comm;
};