Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/kprobe/src/arch/loongarch64/
H A Dmod.rs13 point: Arc<LA64KprobePoint>,
16 pub struct LA64KprobePoint { struct
36 pub fn probe_point(&self) -> &Arc<LA64KprobePoint> { in probe_point() argument
41 impl Drop for LA64KprobePoint { implementation
58 pub fn install(self) -> (Kprobe, Arc<LA64KprobePoint>) { in install() argument
72 fn replace_inst(&self) -> Arc<LA64KprobePoint> { in replace_inst() argument
74 let point = LA64KprobePoint { in replace_inst()
96 impl KprobeOps for LA64KprobePoint { implementation
/DragonOS/kernel/crates/kprobe/src/arch/
H A Dmod.rs25 pub type KprobePoint = LA64KprobePoint;