Home
last modified time | relevance | path

Searched refs:__bpf_get_stack (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Dstackmap.c388 static long __bpf_get_stack(struct pt_regs *regs, struct task_struct *task, in __bpf_get_stack() function
467 return __bpf_get_stack(regs, NULL, NULL, buf, size, flags); in BPF_CALL_4()
491 res = __bpf_get_stack(regs, task, NULL, buf, size, flags); in BPF_CALL_4()
519 return __bpf_get_stack(regs, NULL, NULL, buf, size, flags); in BPF_CALL_4()
539 err = __bpf_get_stack(regs, NULL, trace, buf, size, flags); in BPF_CALL_4()
551 err = __bpf_get_stack(regs, NULL, trace, buf, size, flags); in BPF_CALL_4()