Searched refs:bpf_get_stack (Results 1 – 2 of 2) sorted by relevance
/kernel/bpf/ |
D | stackmap.c | 464 BPF_CALL_4(bpf_get_stack, struct pt_regs *, regs, void *, buf, u32, size, in BPF_CALL_4() argument 471 .func = bpf_get_stack,
|
/kernel/trace/ |
D | bpf_trace.c | 80 u64 bpf_get_stack(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5); 1640 return bpf_get_stack((unsigned long) regs, (unsigned long) buf, in BPF_CALL_4() 1877 ret = bpf_get_stack((unsigned long) regs, (unsigned long) buf, in BPF_CALL_4()
|