Searched refs:Rv64KprobePoint (Results 1 – 2 of 2) sorted by relevance
17 point: Arc<Rv64KprobePoint>,26 pub struct Rv64KprobePoint { struct47 pub fn probe_point(&self) -> &Arc<Rv64KprobePoint> { in probe_point() argument52 impl Drop for Rv64KprobePoint { implementation75 pub fn install(self) -> (Kprobe, Arc<Rv64KprobePoint>) { in install() argument89 fn replace_inst(&self) -> Arc<Rv64KprobePoint> { in replace_inst() argument98 let mut point = Rv64KprobePoint { in replace_inst()137 impl KprobeOps for Rv64KprobePoint { implementation
23 pub type KprobePoint = Rv64KprobePoint;