Searched defs:intel_uncore_box (Results 1 – 2 of 2) sorted by relevance
127 struct intel_uncore_box { struct128 int pci_phys_id;129 int dieid; /* Logical die ID */130 int n_active; /* number of active events */131 int n_events;132 int cpu; /* cpu to collect events */133 unsigned long flags;134 atomic_t refcnt;135 struct perf_event *events[UNCORE_PMC_IDX_MAX];136 struct perf_event *event_list[UNCORE_PMC_IDX_MAX];[all …]
138 struct intel_uncore_box { struct139 int dieid; /* Logical die ID */140 int n_active; /* number of active events */141 int n_events;142 int cpu; /* cpu to collect events */143 unsigned long flags;144 atomic_t refcnt;145 struct perf_event *events[UNCORE_PMC_IDX_MAX];146 struct perf_event *event_list[UNCORE_PMC_IDX_MAX];147 struct event_constraint *event_constraint[UNCORE_PMC_IDX_MAX];[all …]