mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-23 17:59:06 +08:00
sync: auto-generate latest BPF helpers
Latest changes to BPF helper definitions.
This commit is contained in:
committed by
Andrii Nakryiko
parent
1670e6100b
commit
517762deca
@@ -4033,4 +4033,14 @@ static __u64 (*bpf_get_func_ip)(void *ctx) = (void *) 173;
|
||||
*/
|
||||
static __u64 (*bpf_get_attach_cookie)(void *ctx) = (void *) 174;
|
||||
|
||||
/*
|
||||
* bpf_task_pt_regs
|
||||
*
|
||||
* Get the struct pt_regs associated with **task**.
|
||||
*
|
||||
* Returns
|
||||
* A pointer to struct pt_regs.
|
||||
*/
|
||||
static long (*bpf_task_pt_regs)(struct task_struct *task) = (void *) 175;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user