Searched defs:X86KprobePoint (Results 1 – 1 of 1) sorted by relevance
19 pub struct X86KprobePoint { struct25 impl Drop for X86KprobePoint { implementation70 pub fn install(self) -> (Kprobe, Arc<X86KprobePoint>) { in install()84 fn replace_inst(&self) -> Arc<X86KprobePoint> { in replace_inst()117 pub fn probe_point(&self) -> &Arc<X86KprobePoint> { in probe_point()122 impl KprobeOps for X86KprobePoint { implementation