perf_msr
Regular
4.4
: ✅struct perf_msr {
u64 msr;
struct perf_pmu_events_attr *attr;
bool (*test)(int);
};
4.8
: ✅struct perf_msr {
u64 msr;
struct perf_pmu_events_attr *attr;
bool (*test)(int);
};
4.10
: ✅struct perf_msr {
u64 msr;
struct perf_pmu_events_attr *attr;
bool (*test)(int);
};
4.13
: ✅struct perf_msr {
u64 msr;
struct perf_pmu_events_attr *attr;
bool (*test)(int);
};
4.15
: ✅struct perf_msr {
u64 msr;
struct perf_pmu_events_attr *attr;
bool (*test)(int);
};
4.18
: ✅struct perf_msr {
u64 msr;
struct perf_pmu_events_attr *attr;
bool (*test)(int);
};
5.0
: ✅struct perf_msr {
u64 msr;
struct perf_pmu_events_attr *attr;
bool (*test)(int);
};
5.3
: ✅struct perf_msr {
u64 msr;
struct attribute_group *grp;
bool (*test)(int, void *);
bool no_check;
};
5.4
: ✅struct perf_msr {
u64 msr;
struct attribute_group *grp;
bool (*test)(int, void *);
bool no_check;
};
5.8
: ✅struct perf_msr {
u64 msr;
struct attribute_group *grp;
bool (*test)(int, void *);
bool no_check;
};
5.11
: ✅struct perf_msr {
u64 msr;
struct attribute_group *grp;
bool (*test)(int, void *);
bool no_check;
};
5.13
: ✅struct perf_msr {
u64 msr;
struct attribute_group *grp;
bool (*test)(int, void *);
bool no_check;
u64 mask;
};
5.15
: ✅struct perf_msr {
u64 msr;
struct attribute_group *grp;
bool (*test)(int, void *);
bool no_check;
u64 mask;
};
5.19
: ✅struct perf_msr {
u64 msr;
struct attribute_group *grp;
bool (*test)(int, void *);
bool no_check;
u64 mask;
};
6.2
: ✅struct perf_msr {
u64 msr;
struct attribute_group *grp;
bool (*test)(int, void *);
bool no_check;
u64 mask;
};
6.5
: ✅struct perf_msr {
u64 msr;
struct attribute_group *grp;
bool (*test)(int, void *);
bool no_check;
u64 mask;
};
6.8
: ✅struct perf_msr {
u64 msr;
struct attribute_group *grp;
bool (*test)(int, void *);
bool no_check;
u64 mask;
};
arm64
: Absent ⚠️
armhf
: Absent ⚠️
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: ✅struct perf_msr {
u64 msr;
struct attribute_group *grp;
bool (*test)(int, void *);
bool no_check;
};
azure
: ✅struct perf_msr {
u64 msr;
struct attribute_group *grp;
bool (*test)(int, void *);
bool no_check;
};
gcp
: ✅struct perf_msr {
u64 msr;
struct attribute_group *grp;
bool (*test)(int, void *);
bool no_check;
};
lowlatency
: ✅struct perf_msr {
u64 msr;
struct attribute_group *grp;
bool (*test)(int, void *);
bool no_check;
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
✅
4.10
and 4.13
✅
4.13
and 4.15
✅
4.15
and 4.18
✅
4.18
and 5.0
✅
5.0
and 5.3
⚠️struct attribute_group *grp
bool no_check
struct perf_pmu_events_attr *attr
bool (*test)(int)
➡️ bool (*test)(int, void *)
5.3
and 5.4
✅
5.4
and 5.8
✅
5.8
and 5.11
✅
5.11
and 5.13
⚠️u64 mask
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
✅