Home
last modified time | relevance | path

Searched refs:KProbeContext (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/src/perf/
H A Dkprobe.rs3 use crate::arch::kprobe::KProbeContext;
71 let pt_regs = KProbeContext::from(trap_frame); in call()
74 &pt_regs as *const KProbeContext as *mut u8, in call() constant
75 size_of::<KProbeContext>(), in call()
/DragonOS/kernel/src/arch/x86_64/
H A Dkprobe.rs15 pub struct KProbeContext { struct
39 impl From<&TrapFrame> for KProbeContext { argument
/DragonOS/kernel/src/arch/riscv64/
H A Dkprobe.rs13 pub struct KProbeContext { struct
48 impl From<&TrapFrame> for KProbeContext { argument