Home
last modified time | relevance | path

Searched refs:Kprobe (Results 1 – 5 of 5) sorted by relevance

/DragonOS/kernel/crates/kprobe/src/arch/loongarch64/
H A Dmod.rs11 pub struct Kprobe { struct
21 impl Deref for Kprobe { implementation
29 impl DerefMut for Kprobe { implementation
35 impl Kprobe { impl
58 pub fn install(self) -> (Kprobe, Arc<LA64KprobePoint>) { in install() argument
63 let kprobe = Kprobe { in install()
/DragonOS/kernel/crates/kprobe/src/arch/x86/
H A Dmod.rs13 pub struct Kprobe { struct
46 impl Debug for Kprobe { implementation
55 impl Deref for Kprobe { implementation
63 impl DerefMut for Kprobe { implementation
70 pub fn install(self) -> (Kprobe, Arc<X86KprobePoint>) { in install() argument
75 let kprobe = Kprobe { in install()
116 impl Kprobe { impl
/DragonOS/kernel/crates/kprobe/src/arch/rv64/
H A Dmod.rs15 pub struct Kprobe { struct
32 impl Deref for Kprobe { implementation
40 impl DerefMut for Kprobe { implementation
46 impl Kprobe { impl
75 pub fn install(self) -> (Kprobe, Arc<Rv64KprobePoint>) { in install() argument
80 let kprobe = Kprobe { in install()
/DragonOS/kernel/src/debug/kprobe/
H A Dmod.rs7 use kprobe::{Kprobe, KprobeBuilder, KprobeOps, KprobePoint};
14 pub type LockKprobe = Arc<RwLock<Kprobe>>;
/DragonOS/docs/kernel/trace/
H A DeBPF.md244 // Kprobe