Searched defs:intel_uncore_box (Results 1 – 1 of 1) sorted by relevance
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 …]