Searched refs:bpf_handle_breakpoint (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/bpf/ |
H A D | bpf_dbg.c | 854 static bool bpf_handle_breakpoint(struct bpf_regs *r, struct sock_filter *f, in bpf_handle_breakpoint() function 875 stop = bpf_handle_breakpoint(&bpf_curr, f, pkt, in bpf_run_all() 897 stop = bpf_handle_breakpoint(&bpf_curr, f, pkt, in bpf_run_stepping()
|
/kernel/linux/linux-6.6/tools/bpf/ |
H A D | bpf_dbg.c | 854 static bool bpf_handle_breakpoint(struct bpf_regs *r, struct sock_filter *f, in bpf_handle_breakpoint() function 875 stop = bpf_handle_breakpoint(&bpf_curr, f, pkt, in bpf_run_all() 897 stop = bpf_handle_breakpoint(&bpf_curr, f, pkt, in bpf_run_stepping()
|
Completed in 3 milliseconds