intel_uncore_box
Regular
4.4
: ✅struct intel_uncore_box {
int phys_id;
int n_active;
int n_events;
int cpu;
long unsigned int flags;
atomic_t refcnt;
struct perf_event * events[9];
struct perf_event * event_list[9];
struct event_constraint * event_constraint[9];
long unsigned int active_mask[1];
u64 tags[9];
struct pci_dev *pci_dev;
struct intel_uncore_pmu *pmu;
u64 hrtimer_duration;
struct hrtimer hrtimer;
struct list_head list;
struct list_head active_list;
void *io_addr;
struct intel_uncore_extra_reg shared_regs[0];
};
4.8
: ✅struct intel_uncore_box {
int pci_phys_id;
int pkgid;
int n_active;
int n_events;
int cpu;
long unsigned int flags;
atomic_t refcnt;
struct perf_event * events[9];
struct perf_event * event_list[9];
struct event_constraint * event_constraint[9];
long unsigned int active_mask[1];
u64 tags[9];
struct pci_dev *pci_dev;
struct intel_uncore_pmu *pmu;
u64 hrtimer_duration;
struct hrtimer hrtimer;
struct list_head list;
struct list_head active_list;
void *io_addr;
struct intel_uncore_extra_reg shared_regs[0];
};
4.10
: ✅struct intel_uncore_box {
int pci_phys_id;
int pkgid;
int n_active;
int n_events;
int cpu;
long unsigned int flags;
atomic_t refcnt;
struct perf_event * events[9];
struct perf_event * event_list[9];
struct event_constraint * event_constraint[9];
long unsigned int active_mask[1];
u64 tags[9];
struct pci_dev *pci_dev;
struct intel_uncore_pmu *pmu;
u64 hrtimer_duration;
struct hrtimer hrtimer;
struct list_head list;
struct list_head active_list;
void *io_addr;
struct intel_uncore_extra_reg shared_regs[0];
};
4.13
: ✅struct intel_uncore_box {
int pci_phys_id;
int pkgid;
int n_active;
int n_events;
int cpu;
long unsigned int flags;
atomic_t refcnt;
struct perf_event * events[9];
struct perf_event * event_list[9];
struct event_constraint * event_constraint[9];
long unsigned int active_mask[1];
u64 tags[9];
struct pci_dev *pci_dev;
struct intel_uncore_pmu *pmu;
u64 hrtimer_duration;
struct hrtimer hrtimer;
struct list_head list;
struct list_head active_list;
void *io_addr;
struct intel_uncore_extra_reg shared_regs[0];
};
4.15
: ✅struct intel_uncore_box {
int pci_phys_id;
int pkgid;
int n_active;
int n_events;
int cpu;
long unsigned int flags;
atomic_t refcnt;
struct perf_event * events[9];
struct perf_event * event_list[9];
struct event_constraint * event_constraint[9];
long unsigned int active_mask[1];
u64 tags[9];
struct pci_dev *pci_dev;
struct intel_uncore_pmu *pmu;
u64 hrtimer_duration;
struct hrtimer hrtimer;
struct list_head list;
struct list_head active_list;
void *io_addr;
struct intel_uncore_extra_reg shared_regs[0];
};
4.18
: ✅struct intel_uncore_box {
int pci_phys_id;
int pkgid;
int n_active;
int n_events;
int cpu;
long unsigned int flags;
atomic_t refcnt;
struct perf_event * events[10];
struct perf_event * event_list[10];
struct event_constraint * event_constraint[10];
long unsigned int active_mask[1];
u64 tags[10];
struct pci_dev *pci_dev;
struct intel_uncore_pmu *pmu;
u64 hrtimer_duration;
struct hrtimer hrtimer;
struct list_head list;
struct list_head active_list;
void *io_addr;
struct intel_uncore_extra_reg shared_regs[0];
};
5.0
: ✅struct intel_uncore_box {
int pci_phys_id;
int pkgid;
int n_active;
int n_events;
int cpu;
long unsigned int flags;
atomic_t refcnt;
struct perf_event * events[10];
struct perf_event * event_list[10];
struct event_constraint * event_constraint[10];
long unsigned int active_mask[1];
u64 tags[10];
struct pci_dev *pci_dev;
struct intel_uncore_pmu *pmu;
u64 hrtimer_duration;
struct hrtimer hrtimer;
struct list_head list;
struct list_head active_list;
void *io_addr;
struct intel_uncore_extra_reg shared_regs[0];
};
5.3
: ✅struct intel_uncore_box {
int pci_phys_id;
int dieid;
int n_active;
int n_events;
int cpu;
long unsigned int flags;
atomic_t refcnt;
struct perf_event * events[10];
struct perf_event * event_list[10];
struct event_constraint * event_constraint[10];
long unsigned int active_mask[1];
u64 tags[10];
struct pci_dev *pci_dev;
struct intel_uncore_pmu *pmu;
u64 hrtimer_duration;
struct hrtimer hrtimer;
struct list_head list;
struct list_head active_list;
void *io_addr;
struct intel_uncore_extra_reg shared_regs[0];
};
5.4
: ✅struct intel_uncore_box {
int pci_phys_id;
int dieid;
int n_active;
int n_events;
int cpu;
long unsigned int flags;
atomic_t refcnt;
struct perf_event * events[10];
struct perf_event * event_list[10];
struct event_constraint * event_constraint[10];
long unsigned int active_mask[1];
u64 tags[10];
struct pci_dev *pci_dev;
struct intel_uncore_pmu *pmu;
u64 hrtimer_duration;
struct hrtimer hrtimer;
struct list_head list;
struct list_head active_list;
void *io_addr;
struct intel_uncore_extra_reg shared_regs[0];
};
5.8
: ✅struct intel_uncore_box {
int pci_phys_id;
int dieid;
int n_active;
int n_events;
int cpu;
long unsigned int flags;
atomic_t refcnt;
struct perf_event * events[10];
struct perf_event * event_list[10];
struct event_constraint * event_constraint[10];
long unsigned int active_mask[1];
u64 tags[10];
struct pci_dev *pci_dev;
struct intel_uncore_pmu *pmu;
u64 hrtimer_duration;
struct hrtimer hrtimer;
struct list_head list;
struct list_head active_list;
void *io_addr;
struct intel_uncore_extra_reg shared_regs[0];
};
5.11
: ✅struct intel_uncore_box {
int pci_phys_id;
int dieid;
int n_active;
int n_events;
int cpu;
long unsigned int flags;
atomic_t refcnt;
struct perf_event * events[10];
struct perf_event * event_list[10];
struct event_constraint * event_constraint[10];
long unsigned int active_mask[1];
u64 tags[10];
struct pci_dev *pci_dev;
struct intel_uncore_pmu *pmu;
u64 hrtimer_duration;
struct hrtimer hrtimer;
struct list_head list;
struct list_head active_list;
void *io_addr;
struct intel_uncore_extra_reg shared_regs[0];
};
5.13
: ✅struct intel_uncore_box {
int dieid;
int n_active;
int n_events;
int cpu;
long unsigned int flags;
atomic_t refcnt;
struct perf_event * events[10];
struct perf_event * event_list[10];
struct event_constraint * event_constraint[10];
long unsigned int active_mask[1];
u64 tags[10];
struct pci_dev *pci_dev;
struct intel_uncore_pmu *pmu;
u64 hrtimer_duration;
struct hrtimer hrtimer;
struct list_head list;
struct list_head active_list;
void *io_addr;
struct intel_uncore_extra_reg shared_regs[0];
};
5.15
: ✅struct intel_uncore_box {
int dieid;
int n_active;
int n_events;
int cpu;
long unsigned int flags;
atomic_t refcnt;
struct perf_event * events[10];
struct perf_event * event_list[10];
struct event_constraint * event_constraint[10];
long unsigned int active_mask[1];
u64 tags[10];
struct pci_dev *pci_dev;
struct intel_uncore_pmu *pmu;
u64 hrtimer_duration;
struct hrtimer hrtimer;
struct list_head list;
struct list_head active_list;
void *io_addr;
struct intel_uncore_extra_reg shared_regs[0];
};
5.19
: ✅struct intel_uncore_box {
int dieid;
int n_active;
int n_events;
int cpu;
long unsigned int flags;
atomic_t refcnt;
struct perf_event * events[10];
struct perf_event * event_list[10];
struct event_constraint * event_constraint[10];
long unsigned int active_mask[1];
u64 tags[10];
struct pci_dev *pci_dev;
struct intel_uncore_pmu *pmu;
u64 hrtimer_duration;
struct hrtimer hrtimer;
struct list_head list;
struct list_head active_list;
void *io_addr;
struct intel_uncore_extra_reg shared_regs[0];
};
6.2
: ✅struct intel_uncore_box {
int dieid;
int n_active;
int n_events;
int cpu;
long unsigned int flags;
atomic_t refcnt;
struct perf_event * events[10];
struct perf_event * event_list[10];
struct event_constraint * event_constraint[10];
long unsigned int active_mask[1];
u64 tags[10];
struct pci_dev *pci_dev;
struct intel_uncore_pmu *pmu;
u64 hrtimer_duration;
struct hrtimer hrtimer;
struct list_head list;
struct list_head active_list;
void *io_addr;
struct intel_uncore_extra_reg shared_regs[0];
};
6.5
: ✅struct intel_uncore_box {
int dieid;
int n_active;
int n_events;
int cpu;
long unsigned int flags;
atomic_t refcnt;
struct perf_event * events[10];
struct perf_event * event_list[10];
struct event_constraint * event_constraint[10];
long unsigned int active_mask[1];
u64 tags[10];
struct pci_dev *pci_dev;
struct intel_uncore_pmu *pmu;
u64 hrtimer_duration;
struct hrtimer hrtimer;
struct list_head list;
struct list_head active_list;
void *io_addr;
struct intel_uncore_extra_reg shared_regs[0];
};
6.8
: ✅struct intel_uncore_box {
int dieid;
int n_active;
int n_events;
int cpu;
long unsigned int flags;
atomic_t refcnt;
struct perf_event * events[10];
struct perf_event * event_list[10];
struct event_constraint * event_constraint[10];
long unsigned int active_mask[1];
u64 tags[10];
struct pci_dev *pci_dev;
struct intel_uncore_pmu *pmu;
u64 hrtimer_duration;
struct hrtimer hrtimer;
struct list_head list;
struct list_head active_list;
void *io_addr;
struct intel_uncore_extra_reg shared_regs[0];
};
arm64
: Absent ⚠️
armhf
: Absent ⚠️
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: ✅struct intel_uncore_box {
int pci_phys_id;
int dieid;
int n_active;
int n_events;
int cpu;
long unsigned int flags;
atomic_t refcnt;
struct perf_event * events[10];
struct perf_event * event_list[10];
struct event_constraint * event_constraint[10];
long unsigned int active_mask[1];
u64 tags[10];
struct pci_dev *pci_dev;
struct intel_uncore_pmu *pmu;
u64 hrtimer_duration;
struct hrtimer hrtimer;
struct list_head list;
struct list_head active_list;
void *io_addr;
struct intel_uncore_extra_reg shared_regs[0];
};
azure
: ✅struct intel_uncore_box {
int pci_phys_id;
int dieid;
int n_active;
int n_events;
int cpu;
long unsigned int flags;
atomic_t refcnt;
struct perf_event * events[10];
struct perf_event * event_list[10];
struct event_constraint * event_constraint[10];
long unsigned int active_mask[1];
u64 tags[10];
struct pci_dev *pci_dev;
struct intel_uncore_pmu *pmu;
u64 hrtimer_duration;
struct hrtimer hrtimer;
struct list_head list;
struct list_head active_list;
void *io_addr;
struct intel_uncore_extra_reg shared_regs[0];
};
gcp
: ✅struct intel_uncore_box {
int pci_phys_id;
int dieid;
int n_active;
int n_events;
int cpu;
long unsigned int flags;
atomic_t refcnt;
struct perf_event * events[10];
struct perf_event * event_list[10];
struct event_constraint * event_constraint[10];
long unsigned int active_mask[1];
u64 tags[10];
struct pci_dev *pci_dev;
struct intel_uncore_pmu *pmu;
u64 hrtimer_duration;
struct hrtimer hrtimer;
struct list_head list;
struct list_head active_list;
void *io_addr;
struct intel_uncore_extra_reg shared_regs[0];
};
lowlatency
: ✅struct intel_uncore_box {
int pci_phys_id;
int dieid;
int n_active;
int n_events;
int cpu;
long unsigned int flags;
atomic_t refcnt;
struct perf_event * events[10];
struct perf_event * event_list[10];
struct event_constraint * event_constraint[10];
long unsigned int active_mask[1];
u64 tags[10];
struct pci_dev *pci_dev;
struct intel_uncore_pmu *pmu;
u64 hrtimer_duration;
struct hrtimer hrtimer;
struct list_head list;
struct list_head active_list;
void *io_addr;
struct intel_uncore_extra_reg shared_regs[0];
};
Regular
4.4
and 4.8
⚠️int pci_phys_id
int pkgid
int phys_id
4.8
and 4.10
✅
4.10
and 4.13
✅
4.13
and 4.15
✅
4.15
and 4.18
⚠️struct perf_event * events[9]
➡️ struct perf_event * events[10]
struct perf_event * event_list[9]
➡️ struct perf_event * event_list[10]
struct event_constraint * event_constraint[9]
➡️ struct event_constraint * event_constraint[10]
u64 tags[9]
➡️ u64 tags[10]
4.18
and 5.0
✅
5.0
and 5.3
⚠️int dieid
int pkgid
5.3
and 5.4
✅
5.4
and 5.8
✅
5.8
and 5.11
✅
5.11
and 5.13
⚠️int pci_phys_id
5.13
and 5.15
✅
5.15
and 5.19
✅
5.19
and 6.2
✅
6.2
and 6.5
✅
6.5
and 6.8
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅