Searched defs:intel_uncore_box (Results 1 – 1 of 1) sorted by relevance
91 struct intel_uncore_box { struct92 int phys_id;93 int n_active; /* number of active events */94 int n_events;95 int cpu; /* cpu to collect events */96 unsigned long flags;97 atomic_t refcnt;98 struct perf_event *events[UNCORE_PMC_IDX_MAX];99 struct perf_event *event_list[UNCORE_PMC_IDX_MAX];100 struct event_constraint *event_constraint[UNCORE_PMC_IDX_MAX];[all …]