Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/kprobe/src/arch/x86/
H A Dmod.rs19 pub struct X86KprobePoint { struct
25 impl Drop for X86KprobePoint { implementation
70 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