From 908df374a9b469a8d8accdc504564a1bd79eeab5 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 26 Aug 2013 14:11:27 +0100 Subject: 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 --- overlay/gpu-perf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'overlay/gpu-perf.h') 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; -- cgit v1.2.3