Searched defs:intel_perf_context (Results 1 – 1 of 1) sorted by relevance
239 struct intel_perf_context { struct240 struct intel_perf_config *perf;242 void * mem_ctx; /* ralloc context */243 void * ctx; /* driver context (eg, brw_context) */244 void * bufmgr;245 const struct intel_device_info *devinfo;247 uint32_t hw_ctx;248 int drm_fd;251 int oa_stream_fd;258 int current_oa_metrics_set_id;[all …]