Searched defs:Kprobe (Results 1 – 3 of 3) sorted by relevance
13 pub struct Kprobe { struct14 basic: KprobeBasic, argument15 point: Arc<X86KprobePoint>, argument46 impl Debug for Kprobe { implementation55 impl Deref for Kprobe { implementation63 impl DerefMut for Kprobe { implementation70 pub fn install(self) -> (Kprobe, Arc<X86KprobePoint>) { in install()116 impl Kprobe { implementation
11 pub struct Kprobe { struct12 basic: KprobeBasic, argument13 point: Arc<LA64KprobePoint>, argument21 impl Deref for Kprobe { implementation29 impl DerefMut for Kprobe { implementation35 impl Kprobe { impl58 pub fn install(self) -> (Kprobe, Arc<LA64KprobePoint>) { in install()
15 pub struct Kprobe { struct16 basic: KprobeBasic, argument17 point: Arc<Rv64KprobePoint>, argument32 impl Deref for Kprobe { implementation40 impl DerefMut for Kprobe { implementation46 impl Kprobe { impl75 pub fn install(self) -> (Kprobe, Arc<Rv64KprobePoint>) { in install()