Searched defs:intel_uncore_box (Results 1 – 3 of 3) sorted by relevance
20053 struct intel_uncore_box { struct20054 int dieid;20055 int n_active;20056 int n_events;20057 int cpu;20058 long unsigned int flags;20059 atomic_t refcnt;20060 struct perf_event *events[10];20061 struct perf_event *event_list[10];20062 struct event_constraint *event_constraint[10];[all …]
20223 struct intel_uncore_box { struct20224 int pci_phys_id;20225 int dieid;20226 int n_active;20227 int n_events;20228 int cpu;20229 long unsigned int flags;20230 atomic_t refcnt;20231 struct perf_event *events[10];20232 struct perf_event *event_list[10];[all …]