vdso_data
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: Absent ⚠️
4.13
: Absent ⚠️
4.15
: Absent ⚠️
4.18
: Absent ⚠️
5.0
: Absent ⚠️
5.3
: ✅struct vdso_data {
u32 seq;
s32 clock_mode;
u64 cycle_last;
u64 mask;
u32 mult;
u32 shift;
struct vdso_timestamp basetime[12];
s32 tz_minuteswest;
s32 tz_dsttime;
u32 hrtimer_res;
u32 __unused;
};
5.4
: ✅struct vdso_data {
u32 seq;
s32 clock_mode;
u64 cycle_last;
u64 mask;
u32 mult;
u32 shift;
struct vdso_timestamp basetime[12];
s32 tz_minuteswest;
s32 tz_dsttime;
u32 hrtimer_res;
u32 __unused;
};
5.8
: ✅struct vdso_data {
u32 seq;
s32 clock_mode;
u64 cycle_last;
u64 mask;
u32 mult;
u32 shift;
struct vdso_timestamp basetime[12];
struct timens_offset offset[12];
s32 tz_minuteswest;
s32 tz_dsttime;
u32 hrtimer_res;
u32 __unused;
};
5.11
: ✅struct vdso_data {
u32 seq;
s32 clock_mode;
u64 cycle_last;
u64 mask;
u32 mult;
u32 shift;
struct vdso_timestamp basetime[12];
struct timens_offset offset[12];
s32 tz_minuteswest;
s32 tz_dsttime;
u32 hrtimer_res;
u32 __unused;
struct arch_vdso_data arch_data;
};
5.13
: ✅struct vdso_data {
u32 seq;
s32 clock_mode;
u64 cycle_last;
u64 mask;
u32 mult;
u32 shift;
struct vdso_timestamp basetime[12];
struct timens_offset offset[12];
s32 tz_minuteswest;
s32 tz_dsttime;
u32 hrtimer_res;
u32 __unused;
struct arch_vdso_data arch_data;
};
5.15
: ✅struct vdso_data {
u32 seq;
s32 clock_mode;
u64 cycle_last;
u64 mask;
u32 mult;
u32 shift;
struct vdso_timestamp basetime[12];
struct timens_offset offset[12];
s32 tz_minuteswest;
s32 tz_dsttime;
u32 hrtimer_res;
u32 __unused;
struct arch_vdso_data arch_data;
};
5.19
: ✅struct vdso_data {
u32 seq;
s32 clock_mode;
u64 cycle_last;
u64 mask;
u32 mult;
u32 shift;
struct vdso_timestamp basetime[12];
struct timens_offset offset[12];
s32 tz_minuteswest;
s32 tz_dsttime;
u32 hrtimer_res;
u32 __unused;
struct arch_vdso_data arch_data;
};
6.2
: ✅struct vdso_data {
u32 seq;
s32 clock_mode;
u64 cycle_last;
u64 mask;
u32 mult;
u32 shift;
struct vdso_timestamp basetime[12];
struct timens_offset offset[12];
s32 tz_minuteswest;
s32 tz_dsttime;
u32 hrtimer_res;
u32 __unused;
struct arch_vdso_data arch_data;
};
6.5
: ✅struct vdso_data {
u32 seq;
s32 clock_mode;
u64 cycle_last;
u64 mask;
u32 mult;
u32 shift;
struct vdso_timestamp basetime[12];
struct timens_offset offset[12];
s32 tz_minuteswest;
s32 tz_dsttime;
u32 hrtimer_res;
u32 __unused;
struct arch_vdso_data arch_data;
};
6.8
: ✅struct vdso_data {
u32 seq;
s32 clock_mode;
u64 cycle_last;
u64 mask;
u32 mult;
u32 shift;
struct vdso_timestamp basetime[12];
struct timens_offset offset[12];
s32 tz_minuteswest;
s32 tz_dsttime;
u32 hrtimer_res;
u32 __unused;
struct arch_vdso_data arch_data;
};
arm64
: ✅struct vdso_data {
u32 seq;
s32 clock_mode;
u64 cycle_last;
u64 mask;
u32 mult;
u32 shift;
struct vdso_timestamp basetime[12];
s32 tz_minuteswest;
s32 tz_dsttime;
u32 hrtimer_res;
u32 __unused;
};
armhf
: ✅struct vdso_data {
u32 seq_count;
u16 tk_is_cntvct;
u16 cs_shift;
u32 xtime_coarse_sec;
u32 xtime_coarse_nsec;
u32 wtm_clock_sec;
u32 wtm_clock_nsec;
u32 xtime_clock_sec;
u32 cs_mult;
u64 cs_cycle_last;
u64 cs_mask;
u64 xtime_clock_snsec;
u32 tz_minuteswest;
u32 tz_dsttime;
};
ppc64el
: ✅struct vdso_data {
__u8 eye_catcher[16];
struct (anon) version;
__u32 platform;
__u32 processor;
__u64 processorCount;
__u64 physicalMemorySize;
__u64 tb_orig_stamp;
__u64 tb_ticks_per_sec;
__u64 tb_to_xs;
__u64 stamp_xsec;
__u64 tb_update_count;
__u32 tz_minuteswest;
__u32 tz_dsttime;
__u32 dcache_size;
__u32 dcache_line_size;
__u32 icache_size;
__u32 icache_line_size;
__u32 dcache_block_size;
__u32 icache_block_size;
__u32 dcache_log_block_size;
__u32 icache_log_block_size;
__u32 stamp_sec_fraction;
__s32 wtom_clock_nsec;
__s64 wtom_clock_sec;
struct timespec stamp_xtime;
__u32 hrtimer_res;
__u32 syscall_map_64[14];
__u32 syscall_map_32[14];
};
riscv64
: ✅struct vdso_data {
};
aws
: ✅struct vdso_data {
u32 seq;
s32 clock_mode;
u64 cycle_last;
u64 mask;
u32 mult;
u32 shift;
struct vdso_timestamp basetime[12];
s32 tz_minuteswest;
s32 tz_dsttime;
u32 hrtimer_res;
u32 __unused;
};
azure
: ✅struct vdso_data {
u32 seq;
s32 clock_mode;
u64 cycle_last;
u64 mask;
u32 mult;
u32 shift;
struct vdso_timestamp basetime[12];
s32 tz_minuteswest;
s32 tz_dsttime;
u32 hrtimer_res;
u32 __unused;
};
gcp
: ✅struct vdso_data {
u32 seq;
s32 clock_mode;
u64 cycle_last;
u64 mask;
u32 mult;
u32 shift;
struct vdso_timestamp basetime[12];
s32 tz_minuteswest;
s32 tz_dsttime;
u32 hrtimer_res;
u32 __unused;
};
lowlatency
: ✅struct vdso_data {
u32 seq;
s32 clock_mode;
u64 cycle_last;
u64 mask;
u32 mult;
u32 shift;
struct vdso_timestamp basetime[12];
s32 tz_minuteswest;
s32 tz_dsttime;
u32 hrtimer_res;
u32 __unused;
};
Regular
5.3
and 5.4
✅
5.4
and 5.8
⚠️struct timens_offset offset[12]
5.8
and 5.11
⚠️struct arch_vdso_data arch_data
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
✅
amd64
and arm64
✅
amd64
and armhf
⚠️u32 seq_count
u16 tk_is_cntvct
u16 cs_shift
u32 xtime_coarse_sec
u32 xtime_coarse_nsec
u32 wtm_clock_sec
u32 wtm_clock_nsec
u32 xtime_clock_sec
u32 cs_mult
u64 cs_cycle_last
u64 cs_mask
u64 xtime_clock_snsec
u32 seq
s32 clock_mode
u64 cycle_last
u64 mask
u32 mult
u32 shift
struct vdso_timestamp basetime[12]
u32 hrtimer_res
u32 __unused
s32 tz_minuteswest
➡️ u32 tz_minuteswest
s32 tz_dsttime
➡️ u32 tz_dsttime
amd64
and ppc64el
⚠️__u8 eye_catcher[16]
struct (anon) version
__u32 platform
__u32 processor
__u64 processorCount
__u64 physicalMemorySize
__u64 tb_orig_stamp
__u64 tb_ticks_per_sec
__u64 tb_to_xs
__u64 stamp_xsec
__u64 tb_update_count
__u32 dcache_size
__u32 dcache_line_size
__u32 icache_size
__u32 icache_line_size
__u32 dcache_block_size
__u32 icache_block_size
__u32 dcache_log_block_size
__u32 icache_log_block_size
__u32 stamp_sec_fraction
__s32 wtom_clock_nsec
__s64 wtom_clock_sec
struct timespec stamp_xtime
__u32 syscall_map_64[14]
__u32 syscall_map_32[14]
u32 seq
s32 clock_mode
u64 cycle_last
u64 mask
u32 mult
u32 shift
struct vdso_timestamp basetime[12]
u32 __unused
s32 tz_minuteswest
➡️ __u32 tz_minuteswest
s32 tz_dsttime
➡️ __u32 tz_dsttime
u32 hrtimer_res
➡️ __u32 hrtimer_res
amd64
and riscv64
⚠️u32 seq
s32 clock_mode
u64 cycle_last
u64 mask
u32 mult
u32 shift
struct vdso_timestamp basetime[12]
s32 tz_minuteswest
s32 tz_dsttime
u32 hrtimer_res
u32 __unused
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅