Searched defs:gpu_perf_comm (Results 1 – 1 of 1) sorted by relevance
48 struct gpu_perf_comm { struct49 struct gpu_perf_comm *next;50 char name[256];51 pid_t pid;52 bool active;53 int nr_requests[MAX_RINGS];54 void *user_data;56 uint64_t wait_time;57 uint32_t nr_sema;59 time_t show;