Home
last modified time | relevance | path

Searched refs:KprobeOps (Results 1 – 7 of 7) sorted by relevance

/DragonOS/kernel/crates/kprobe/src/arch/loongarch64/
H A Dmod.rs4 use crate::{KprobeBasic, KprobeBuilder, KprobeOps};
96 impl KprobeOps for LA64KprobePoint {
/DragonOS/kernel/crates/kprobe/src/arch/x86/
H A Dmod.rs1 use crate::{KprobeBasic, KprobeBuilder, KprobeOps};
122 impl KprobeOps for X86KprobePoint {
/DragonOS/kernel/src/exception/
H A Ddebug.rs4 use kprobe::{KprobeOps, ProbeArgs};
H A Debreak.rs5 use kprobe::{KprobeOps, ProbeArgs};
/DragonOS/kernel/crates/kprobe/src/arch/rv64/
H A Dmod.rs8 use crate::{KprobeBasic, KprobeBuilder, KprobeOps};
137 impl KprobeOps for Rv64KprobePoint {
/DragonOS/kernel/src/debug/kprobe/
H A Dmod.rs7 use kprobe::{Kprobe, KprobeBuilder, KprobeOps, KprobePoint};
/DragonOS/kernel/crates/kprobe/src/arch/
H A Dmod.rs36 pub trait KprobeOps: Send { trait