Searched defs:intel_uncore_box (Results 1 – 1 of 1) sorted by relevance
135 struct intel_uncore_box { struct136 int dieid; /* Logical die ID */137 int n_active; /* number of active events */138 int n_events;139 int cpu; /* cpu to collect events */140 unsigned long flags;141 atomic_t refcnt;142 struct perf_event *events[UNCORE_PMC_IDX_MAX];143 struct perf_event *event_list[UNCORE_PMC_IDX_MAX];144 struct event_constraint *event_constraint[UNCORE_PMC_IDX_MAX];[all …]