Searched refs:KprobePoint (Results 1 – 2 of 2) sorted by relevance
21 pub type KprobePoint = X86KprobePoint; typedef23 pub type KprobePoint = Rv64KprobePoint; typedef25 pub type KprobePoint = LA64KprobePoint; typedef79 probe_point: Option<Arc<KprobePoint>>,114 pub fn with_probe_point(mut self, point: Arc<KprobePoint>) -> Self { in with_probe_point()
7 use kprobe::{Kprobe, KprobeBuilder, KprobeOps, KprobePoint};16 static KPROBE_POINT_LIST: SpinLock<BTreeMap<usize, Arc<KprobePoint>>> =