Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/bpf/
Dstackmap.c405 static long __bpf_get_stack(struct pt_regs *regs, struct task_struct *task, in __bpf_get_stack() function
499 return __bpf_get_stack(regs, NULL, NULL, buf, size, flags, false /* !may_fault */); in BPF_CALL_4()
515 return __bpf_get_stack(regs, NULL, NULL, buf, size, flags, true /* may_fault */); in BPF_CALL_4()
539 res = __bpf_get_stack(regs, task, NULL, buf, size, flags, may_fault); in __bpf_get_task_stack()
590 return __bpf_get_stack(regs, NULL, NULL, buf, size, flags, false /* !may_fault */); in BPF_CALL_4()
610 err = __bpf_get_stack(regs, NULL, trace, buf, size, flags, false /* !may_fault */); in BPF_CALL_4()
622 err = __bpf_get_stack(regs, NULL, trace, buf, size, flags, false /* !may_fault */); in BPF_CALL_4()