Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/riscv64/
H A Dkprobe.rs13 pub struct KProbeContext { struct
14 pub pc: usize,
15 pub ra: usize,
16 pub sp: usize,
17 pub gp: usize,
18 pub tp: usize,
19 pub t0: usize,
20 pub t1: usize,
21 pub t2: usize,
22 pub s0: usize,
[all …]
/DragonOS/kernel/src/arch/x86_64/
H A Dkprobe.rs15 pub struct KProbeContext { struct
39 impl From<&TrapFrame> for KProbeContext { argument
/DragonOS/kernel/src/perf/
H A Dkprobe.rs74 &pt_regs as *const KProbeContext as *mut u8, in call() constant