Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/kprobe/src/arch/
H A Dmod.rs21 pub type KprobePoint = X86KprobePoint; typedef
23 pub type KprobePoint = Rv64KprobePoint; typedef
25 pub type KprobePoint = LA64KprobePoint; typedef
79 probe_point: Option<Arc<KprobePoint>>,
114 pub fn with_probe_point(mut self, point: Arc<KprobePoint>) -> Self { in with_probe_point()
/DragonOS/kernel/src/debug/kprobe/
H A Dmod.rs7 use kprobe::{Kprobe, KprobeBuilder, KprobeOps, KprobePoint};
16 static KPROBE_POINT_LIST: SpinLock<BTreeMap<usize, Arc<KprobePoint>>> =