Searched refs:KprobeOps (Results 1 – 7 of 7) sorted by relevance
/DragonOS/kernel/crates/kprobe/src/arch/loongarch64/ |
H A D | mod.rs | 4 use crate::{KprobeBasic, KprobeBuilder, KprobeOps}; 96 impl KprobeOps for LA64KprobePoint {
|
/DragonOS/kernel/crates/kprobe/src/arch/x86/ |
H A D | mod.rs | 1 use crate::{KprobeBasic, KprobeBuilder, KprobeOps}; 122 impl KprobeOps for X86KprobePoint {
|
/DragonOS/kernel/src/exception/ |
H A D | debug.rs | 4 use kprobe::{KprobeOps, ProbeArgs};
|
H A D | ebreak.rs | 5 use kprobe::{KprobeOps, ProbeArgs};
|
/DragonOS/kernel/crates/kprobe/src/arch/rv64/ |
H A D | mod.rs | 8 use crate::{KprobeBasic, KprobeBuilder, KprobeOps}; 137 impl KprobeOps for Rv64KprobePoint {
|
/DragonOS/kernel/src/debug/kprobe/ |
H A D | mod.rs | 7 use kprobe::{Kprobe, KprobeBuilder, KprobeOps, KprobePoint};
|
/DragonOS/kernel/crates/kprobe/src/arch/ |
H A D | mod.rs | 36 pub trait KprobeOps: Send { trait
|