Searched defs:i915_oa_config (Results 1 – 1 of 1) sorted by relevance
77 struct i915_oa_config { struct78 struct i915_perf *perf;80 char uuid[UUID_STRING_LEN + 1];81 int id;83 const struct i915_oa_reg *mux_regs;84 u32 mux_regs_len;85 const struct i915_oa_reg *b_counter_regs;86 u32 b_counter_regs_len;87 const struct i915_oa_reg *flex_regs;88 u32 flex_regs_len;[all …]