Home
last modified time | relevance | path

Searched defs:kprobe (Results 1 – 11 of 11) sorted by relevance

/DragonOS/kernel/src/debug/
H A Dmod.rs2 pub mod kprobe; module
/DragonOS/docs/kernel/trace/
H A Dkprobe.md1 # kprobe chapter
/DragonOS/kernel/src/arch/riscv64/
H A Dmod.rs8 pub mod kprobe; module
/DragonOS/kernel/src/debug/kprobe/
H A Dtest.rs50 let kprobe = register_kprobe(kprobe_info).unwrap(); in kprobe_test() localVariable
H A Dmod.rs154 let kprobe = match existed_point { in register_kprobe() localVariable
167 let kprobe = Arc::new(RwLock::new(kprobe)); in register_kprobe() localVariable
/DragonOS/kernel/src/arch/x86_64/
H A Dmod.rs11 pub mod kprobe; module
/DragonOS/kernel/src/perf/
H A Dkprobe.rs26 kprobe: LockKprobe, field
154 let kprobe = register_kprobe(kprobe_info).expect("create kprobe failed"); in perf_event_open_kprobe() localVariable
H A Dmod.rs2 mod kprobe; module
/DragonOS/kernel/crates/kprobe/src/arch/loongarch64/
H A Dmod.rs63 let kprobe = Kprobe { in install() localVariable
/DragonOS/kernel/crates/kprobe/src/arch/x86/
H A Dmod.rs75 let kprobe = Kprobe { in install() localVariable
/DragonOS/kernel/crates/kprobe/src/arch/rv64/
H A Dmod.rs80 let kprobe = Kprobe { in install() localVariable