mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-07-11 07:03:23 +00:00
feat(ebpf): support Aya framework. (#1070)
* feat(ebpf): support Aya framework. 1. fix the rbpf bug 2. use new Aya template 3. add kprobe related device files and attributes to sysfs --- Signed-off-by: chenlinfeng <chenlinfeng25@outlook.com>
This commit is contained in:
kernel
crates
rbpf
src
user
apps
syscall_ebpf
test_ebpf
.gitignoreCargo.toml
src
syscall_ebpf
.cargo
.vscode
Cargo.tomlREADME.mdsyscall_ebpf-ebpf
xtask
dadk
config
@ -267,9 +267,10 @@ impl X86_64MMArch {
|
||||
});
|
||||
} else {
|
||||
log::error!(
|
||||
"No mapped vma, error_code: {:#b}, address: {:#x}",
|
||||
"No mapped vma, error_code: {:#b}, address: {:#x}, flags: {:?}",
|
||||
error_code,
|
||||
address.data(),
|
||||
flags
|
||||
);
|
||||
let pid = ProcessManager::current_pid();
|
||||
let mut info =
|
||||
|
Reference in New Issue
Block a user