Searched refs:LA64KprobePoint (Results 1 – 2 of 2) sorted by relevance
13 point: Arc<LA64KprobePoint>,16 pub struct LA64KprobePoint { struct36 pub fn probe_point(&self) -> &Arc<LA64KprobePoint> { in probe_point() argument41 impl Drop for LA64KprobePoint { implementation58 pub fn install(self) -> (Kprobe, Arc<LA64KprobePoint>) { in install() argument72 fn replace_inst(&self) -> Arc<LA64KprobePoint> { in replace_inst() argument74 let point = LA64KprobePoint { in replace_inst()96 impl KprobeOps for LA64KprobePoint { implementation
25 pub type KprobePoint = LA64KprobePoint;