Searched defs:intel_perf_context (Results 1 – 1 of 1) sorted by relevance
241 struct intel_perf_context { struct242 struct intel_perf_config *perf;244 void * mem_ctx; /* ralloc context */245 void * ctx; /* driver context (eg, brw_context) */246 void * bufmgr;247 const struct intel_device_info *devinfo;249 uint32_t hw_ctx;250 int drm_fd;253 int oa_stream_fd;260 int current_oa_metrics_set_id;[all …]