Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/kprobe/src/arch/x86/
H A Dmod.rs15 point: Arc<X86KprobePoint>,
19 pub struct X86KprobePoint { struct
25 impl Drop for X86KprobePoint { implementation
70 pub fn install(self) -> (Kprobe, Arc<X86KprobePoint>) { in install() argument
84 fn replace_inst(&self) -> Arc<X86KprobePoint> { in replace_inst() argument
98 let point = Arc::new(X86KprobePoint { in replace_inst()
117 pub fn probe_point(&self) -> &Arc<X86KprobePoint> { in probe_point() argument
122 impl KprobeOps for X86KprobePoint { implementation
/DragonOS/kernel/crates/kprobe/src/arch/
H A Dmod.rs21 pub type KprobePoint = X86KprobePoint;