mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-10 10:39:07 +08:00
sync: auto-generate latest BPF helpers
Latest changes to BPF helper definitions.
This commit is contained in:
committed by
Andrii Nakryiko
parent
928f2fc146
commit
96333403ca
@@ -2786,4 +2786,14 @@ static int (*bpf_tcp_send_ack)(void *tp, __u32 rcv_nxt) = (void *) 116;
|
|||||||
*/
|
*/
|
||||||
static int (*bpf_send_signal_thread)(__u32 sig) = (void *) 117;
|
static int (*bpf_send_signal_thread)(__u32 sig) = (void *) 117;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* bpf_jiffies64
|
||||||
|
*
|
||||||
|
* Obtain the 64bit jiffies
|
||||||
|
*
|
||||||
|
* Returns
|
||||||
|
* The 64 bit jiffies
|
||||||
|
*/
|
||||||
|
static __u64 (*bpf_jiffies64)(void) = (void *) 118;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user