Lines Matching defs:xe_oa_open_param
78 struct xe_oa_open_param { struct
79 struct xe_file *xef;
80 u32 oa_unit_id;
81 bool sample;
82 u32 metric_set;
83 enum xe_oa_format_name oa_format;
84 int period_exponent;
85 bool disabled;
86 int exec_queue_id;
87 int engine_instance;
88 struct xe_exec_queue *exec_q;
89 struct xe_hw_engine *hwe;
90 bool no_preempt;
91 struct drm_xe_sync __user *syncs_user;
92 int num_syncs;
93 struct xe_sync_entry *syncs;
94 size_t oa_buffer_size;
95 int wait_num_reports;