Function bpf_sys::bpf_attach_uprobe[][src]

pub unsafe extern "C" fn bpf_attach_uprobe(
    progfd: c_int,
    attach_type: bpf_probe_attach_type,
    ev_name: *const c_char,
    binary_path: *const c_char,
    offset: u64,
    pid: pid_t
) -> c_int