Lines Matching defs:idxd_pmu
103 struct idxd_pmu { struct
104 struct idxd_device *idxd;
106 struct perf_event *event_list[IDXD_PMU_EVENT_MAX];
107 int n_events;
111 struct pmu pmu;
112 char name[IDXD_NAME_SIZE];
113 int cpu;
115 int n_counters;
116 int counter_width;
117 int n_event_categories;
119 bool per_counter_caps_supported;
120 unsigned long supported_event_categories;
122 unsigned long supported_filters;
123 int n_filters;
125 struct hlist_node cpuhp_node;
316 struct idxd_pmu *idxd_pmu; member