Searched defs:amdgpu_pmu_entry (Results 1 – 1 of 1) sorted by relevance
47 struct amdgpu_pmu_entry { struct48 struct list_head entry;49 struct amdgpu_device *adev;50 struct pmu pmu;51 unsigned int pmu_perf_type;52 char *pmu_type_name;53 char *pmu_file_prefix;54 struct attribute_group fmt_attr_group;55 struct amdgpu_pmu_event_attribute *fmt_attr;56 struct attribute_group evt_attr_group;[all …]