Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/kprobe/src/arch/rv64/
H A Dmod.rs17 point: Arc<Rv64KprobePoint>,
26 pub struct Rv64KprobePoint { struct
47 pub fn probe_point(&self) -> &Arc<Rv64KprobePoint> { in probe_point() argument
52 impl Drop for Rv64KprobePoint { implementation
75 pub fn install(self) -> (Kprobe, Arc<Rv64KprobePoint>) { in install() argument
89 fn replace_inst(&self) -> Arc<Rv64KprobePoint> { in replace_inst() argument
98 let mut point = Rv64KprobePoint { in replace_inst()
137 impl KprobeOps for Rv64KprobePoint { implementation
/DragonOS/kernel/crates/kprobe/src/arch/
H A Dmod.rs23 pub type KprobePoint = Rv64KprobePoint;