Searched defs:xe_oa_config (Results 1 – 1 of 1) sorted by relevance
68 struct xe_oa_config { struct69 struct xe_oa *oa;71 char uuid[UUID_STRING_LEN + 1];72 int id;74 const struct xe_oa_reg *regs;75 u32 regs_len;77 struct attribute_group sysfs_metric;78 struct attribute *attrs[2];79 struct kobj_attribute sysfs_metric_id;81 struct kref ref;[all …]