Annotation kernel can get tool activity Download SCCT Chinese Name:ktime_get_boottime_ns Proto:static inline u64 ktime_get_boottime_ns(void) Type:u64 Parameter:Nothing164 Return Convert ktime_t to nanoseconds Caller NameDescribe copy_process Create a new process bpf_prog_load Source...
case BPF_FUNC_ktime_get_boot_ns: return &bpf_ktime_get_boot_ns_proto; case BPF_FUNC_tail_call: return &bpf_tail_call_proto; case BPF_FUNC_get_prandom_u32: 1 change: 1 addition & 0 deletions 1 include/linux/bpf.h Original file line numberDiff line numberDiff line...
@@ -390,7 +390,7 @@ static inline int get_random_bytes_wait(void *buf, int nbytes) #define system_power_efficient_wq system_unbound_wq #endif -#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 3, 0) +#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 3, 0) && !defined(ISCENTOS8S) ...