-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Important Update: Support Modularized Uprobe
- Loading branch information
1 parent
1d78f99
commit 108e81b
Showing
33 changed files
with
439 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,4 @@ os/.gdb_history | |
os/virt.out | ||
tools/ | ||
pushall.sh | ||
.vscode/*.log | ||
.vscode/*.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ version = "0.1.0" | |
authors = ["Yifan Wu <[email protected]>"] | ||
edition = "2021" | ||
|
||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
|
@@ -26,6 +27,10 @@ numeric-enum-macro = "0.2.0" | |
dyn-fmt = { version = "0.3.0", default-features = false } | ||
downcast-rs = { version = "1.2", default-features = false } | ||
ebpf2rv = { git = "https://github.com/livingshade/ebpf2rv", rev = "ecfc526" } | ||
ruprobes = { path = "../../../ruprobes", features = ["rCore-Tutorial"] } | ||
trap_context_riscv = { git = "https://github.com/chenzhiy2001/trap_context_riscv"} | ||
trapframe = { git = "https://github.com/rcore-os/trapframe-rs"} | ||
spin = "0.5" | ||
|
||
[profile.release] | ||
debug = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.