summaryrefslogtreecommitdiff
path: root/overlay/gpu-perf.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2013-08-26 14:11:27 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2013-08-26 14:34:05 +0100
commit908df374a9b469a8d8accdc504564a1bd79eeab5 (patch)
tree4281c3aa4ca5f70cca1706d7303242864c7ca648 /overlay/gpu-perf.h
parent1e65d5ac2f1c3b80444fd3c12e7bfcaf033a117f (diff)
overlay: Count number of semaphores used by each process
This required me to contract the per-process information considerably, hopefully readability is not sacrificed too much. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'overlay/gpu-perf.h')
-rw-r--r--overlay/gpu-perf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/gpu-perf.h b/overlay/gpu-perf.h
index 53699f75..395eb8af 100644
--- a/overlay/gpu-perf.h
+++ b/overlay/gpu-perf.h
@@ -50,7 +50,7 @@ struct gpu_perf {
void *user_data;
uint64_t wait_time;
- uint64_t busy_time;
+ uint32_t nr_sema;
} *comm;
struct gpu_perf_time {
struct gpu_perf_time *next;