Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/kprobe/src/arch/loongarch64/
H A Dmod.rs16 pub struct LA64KprobePoint { struct
36 pub fn probe_point(&self) -> &Arc<LA64KprobePoint> { in probe_point()
41 impl Drop for LA64KprobePoint { implementation
58 pub fn install(self) -> (Kprobe, Arc<LA64KprobePoint>) { in install()
72 fn replace_inst(&self) -> Arc<LA64KprobePoint> { in replace_inst()
96 impl KprobeOps for LA64KprobePoint { implementation