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