Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/kprobe/src/arch/rv64/
H A Dmod.rs26 pub struct Rv64KprobePoint { struct
47 pub fn probe_point(&self) -> &Arc<Rv64KprobePoint> { in probe_point()
52 impl Drop for Rv64KprobePoint { implementation
75 pub fn install(self) -> (Kprobe, Arc<Rv64KprobePoint>) { in install()
89 fn replace_inst(&self) -> Arc<Rv64KprobePoint> { in replace_inst()
137 impl KprobeOps for Rv64KprobePoint { implementation