Searched defs:intel_uncore_box (Results 1 – 1 of 1) sorted by relevance
141 struct intel_uncore_box { struct142 int dieid; /* Logical die ID */143 int n_active; /* number of active events */144 int n_events;145 int cpu; /* cpu to collect events */146 unsigned long flags;147 atomic_t refcnt;148 struct perf_event *events[UNCORE_PMC_IDX_MAX];149 struct perf_event *event_list[UNCORE_PMC_IDX_MAX];150 struct event_constraint *event_constraint[UNCORE_PMC_IDX_MAX];[all …]