trace_event_raw_x86_fpuRegular
4.4: Absent ⚠️
4.8: ✅struct trace_event_raw_x86_fpu {
struct trace_entry ent;
struct fpu *fpu;
bool fpregs_active;
bool fpstate_active;
int counter;
u64 xfeatures;
u64 xcomp_bv;
char __data[0];
};
4.10: ✅struct trace_event_raw_x86_fpu {
struct trace_entry ent;
struct fpu *fpu;
bool fpregs_active;
bool fpstate_active;
u64 xfeatures;
u64 xcomp_bv;
char __data[0];
};
4.13: ✅struct trace_event_raw_x86_fpu {
struct trace_entry ent;
struct fpu *fpu;
bool fpregs_active;
bool fpstate_active;
u64 xfeatures;
u64 xcomp_bv;
char __data[0];
};
4.15: ✅struct trace_event_raw_x86_fpu {
struct trace_entry ent;
struct fpu *fpu;
bool initialized;
u64 xfeatures;
u64 xcomp_bv;
char __data[0];
};
4.18: ✅struct trace_event_raw_x86_fpu {
struct trace_entry ent;
struct fpu *fpu;
bool initialized;
u64 xfeatures;
u64 xcomp_bv;
char __data[0];
};
5.0: ✅struct trace_event_raw_x86_fpu {
struct trace_entry ent;
struct fpu *fpu;
bool initialized;
u64 xfeatures;
u64 xcomp_bv;
char __data[0];
};
5.3: ✅struct trace_event_raw_x86_fpu {
struct trace_entry ent;
struct fpu *fpu;
bool load_fpu;
u64 xfeatures;
u64 xcomp_bv;
char __data[0];
};
5.4: ✅struct trace_event_raw_x86_fpu {
struct trace_entry ent;
struct fpu *fpu;
bool load_fpu;
u64 xfeatures;
u64 xcomp_bv;
char __data[0];
};
5.8: ✅struct trace_event_raw_x86_fpu {
struct trace_entry ent;
struct fpu *fpu;
bool load_fpu;
u64 xfeatures;
u64 xcomp_bv;
char __data[0];
};
5.11: ✅struct trace_event_raw_x86_fpu {
struct trace_entry ent;
struct fpu *fpu;
bool load_fpu;
u64 xfeatures;
u64 xcomp_bv;
char __data[0];
};
5.13: ✅struct trace_event_raw_x86_fpu {
struct trace_entry ent;
struct fpu *fpu;
bool load_fpu;
u64 xfeatures;
u64 xcomp_bv;
char __data[0];
};
5.15: ✅struct trace_event_raw_x86_fpu {
struct trace_entry ent;
struct fpu *fpu;
bool load_fpu;
u64 xfeatures;
u64 xcomp_bv;
char __data[0];
};
5.19: ✅struct trace_event_raw_x86_fpu {
struct trace_entry ent;
struct fpu *fpu;
bool load_fpu;
u64 xfeatures;
u64 xcomp_bv;
char __data[0];
};
6.2: ✅struct trace_event_raw_x86_fpu {
struct trace_entry ent;
struct fpu *fpu;
bool load_fpu;
u64 xfeatures;
u64 xcomp_bv;
char __data[0];
};
6.5: ✅struct trace_event_raw_x86_fpu {
struct trace_entry ent;
struct fpu *fpu;
bool load_fpu;
u64 xfeatures;
u64 xcomp_bv;
char __data[0];
};
6.8: ✅struct trace_event_raw_x86_fpu {
struct trace_entry ent;
struct fpu *fpu;
bool load_fpu;
u64 xfeatures;
u64 xcomp_bv;
char __data[0];
};
arm64: Absent ⚠️
armhf: Absent ⚠️
ppc64el: Absent ⚠️
riscv64: Absent ⚠️
aws: ✅struct trace_event_raw_x86_fpu {
struct trace_entry ent;
struct fpu *fpu;
bool load_fpu;
u64 xfeatures;
u64 xcomp_bv;
char __data[0];
};
azure: ✅struct trace_event_raw_x86_fpu {
struct trace_entry ent;
struct fpu *fpu;
bool load_fpu;
u64 xfeatures;
u64 xcomp_bv;
char __data[0];
};
gcp: ✅struct trace_event_raw_x86_fpu {
struct trace_entry ent;
struct fpu *fpu;
bool load_fpu;
u64 xfeatures;
u64 xcomp_bv;
char __data[0];
};
lowlatency: ✅struct trace_event_raw_x86_fpu {
struct trace_entry ent;
struct fpu *fpu;
bool load_fpu;
u64 xfeatures;
u64 xcomp_bv;
char __data[0];
};
Regular
4.8 and 4.10 ⚠️int counter
4.10 and 4.13 ✅
4.13 and 4.15 ⚠️bool initialized
bool fpregs_active
bool fpstate_active
4.15 and 4.18 ✅
4.18 and 5.0 ✅
5.0 and 5.3 ⚠️bool load_fpu
bool initialized
5.3 and 5.4 ✅
5.4 and 5.8 ✅
5.8 and 5.11 ✅
5.11 and 5.13 ✅
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 ✅