Skip to content
Snippets Groups Projects
Unverified Commit 72e57a8f authored by Martin Kröning's avatar Martin Kröning :crab: Committed by GitHub
Browse files

Merge pull request #623 from hermit-os/strace

feat: add strace feature
parents 764dcda0 7933f2bb
No related branches found
No related tags found
No related merge requests found
......@@ -29,12 +29,15 @@ default = [
acpi = []
dhcpv4 = []
dns = []
fs = []
fsgsbase = []
idle-poll = []
# Build the kernel with function instrument code for mcount-based tracing
instrument = []
mmap = []
pci = []
pci-ids = ["pci"]
......@@ -44,15 +47,13 @@ randomize-layout = []
# if this feature isn't set, the Virtio interface will be used
rtl8139 = ["pci"]
shell = []
smp = []
strace = []
tcp = []
udp = []
dns = []
trace = []
udp = []
vga = []
shell = []
idle-poll = []
mmap = []
vsock = []
[build-dependencies]
......
......@@ -96,20 +96,21 @@ impl KernelSrc {
[
"acpi",
"dhcpv4",
"dns",
"fs",
"fsgsbase",
"idle-poll",
"mmap",
"pci",
"pci-ids",
"rtl8139",
"shell",
"smp",
"strace",
"tcp",
"udp",
"trace",
"udp",
"vga",
"rtl8139",
"fs",
"shell",
"dns",
"mmap",
"idle-poll",
"vsock",
]
.into_iter(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment