Searched refs:bpf_probe_write_user (Results 1 – 4 of 4) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_probe_user.c | 16 bpf_probe_write_user(uservaddr, &new, sizeof(new)); in handle_sys_connect_common()
|
/linux/tools/bpf/bpftool/Documentation/ |
H A D | bpftool-feature.rst | 40 By default, bpftool **does not run probes** for **bpf_probe_write_user**\
|
/linux/Documentation/bpf/ |
H A D | bpf_design_QA.rst | 255 of the current task with bpf_probe_write_user(). Every time such
|
/linux/kernel/trace/ |
H A D | bpf_trace.c | 326 BPF_CALL_3(bpf_probe_write_user, void __user *, unsafe_ptr, const void *, src, in BPF_CALL_3() argument 352 .func = bpf_probe_write_user, 838 /* Similar to bpf_probe_write_user, task needs to be in bpf_send_signal_common()
|