Lines Matching defs:idxd_pmu
117 struct idxd_pmu { struct
118 struct idxd_device *idxd;
120 struct perf_event *event_list[IDXD_PMU_EVENT_MAX];
121 int n_events;
125 struct pmu pmu;
126 char name[IDXD_NAME_SIZE];
128 int n_counters;
129 int counter_width;
130 int n_event_categories;
132 bool per_counter_caps_supported;
133 unsigned long supported_event_categories;
135 unsigned long supported_filters;
136 int n_filters;
367 struct idxd_pmu *idxd_pmu; member