bpf_attach_uprobe

Function bpf_attach_uprobe 

Source
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,
    ref_ctr_offset: u32,
) -> c_int