Home
last modified time | relevance | path

Searched defs:UprobeOpts (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/libbpf-rs/src/
Dprogram.rs40 pub struct UprobeOpts { struct
42 pub ref_ctr_offset: usize,
44 pub cookie: u64,
46 pub retprobe: bool,
55 pub func_name: String,
57 pub _non_exhaustive: (),
808 opts: UprobeOpts, in attach_uprobe_with_opts()
812 let UprobeOpts { in attach_uprobe_with_opts() localVariable