Searched refs:Kprobe (Results 1 – 5 of 5) sorted by relevance
11 pub struct Kprobe { struct21 impl Deref for Kprobe { implementation29 impl DerefMut for Kprobe { implementation35 impl Kprobe { impl58 pub fn install(self) -> (Kprobe, Arc<LA64KprobePoint>) { in install() argument63 let kprobe = Kprobe { in install()
13 pub struct Kprobe { struct46 impl Debug for Kprobe { implementation55 impl Deref for Kprobe { implementation63 impl DerefMut for Kprobe { implementation70 pub fn install(self) -> (Kprobe, Arc<X86KprobePoint>) { in install() argument75 let kprobe = Kprobe { in install()116 impl Kprobe { impl
15 pub struct Kprobe { struct32 impl Deref for Kprobe { implementation40 impl DerefMut for Kprobe { implementation46 impl Kprobe { impl75 pub fn install(self) -> (Kprobe, Arc<Rv64KprobePoint>) { in install() argument80 let kprobe = Kprobe { in install()
7 use kprobe::{Kprobe, KprobeBuilder, KprobeOps, KprobePoint};14 pub type LockKprobe = Arc<RwLock<Kprobe>>;
244 // Kprobe