Searched refs:X86KprobePoint (Results 1 – 2 of 2) sorted by relevance
15 point: Arc<X86KprobePoint>,19 pub struct X86KprobePoint { struct25 impl Drop for X86KprobePoint { implementation70 pub fn install(self) -> (Kprobe, Arc<X86KprobePoint>) { in install() argument84 fn replace_inst(&self) -> Arc<X86KprobePoint> { in replace_inst() argument98 let point = Arc::new(X86KprobePoint { in replace_inst()117 pub fn probe_point(&self) -> &Arc<X86KprobePoint> { in probe_point() argument122 impl KprobeOps for X86KprobePoint { implementation
21 pub type KprobePoint = X86KprobePoint;