This website works better with JavaScript.
Explore
Help
Sign In
yanguangshaonian
/
aya
mirror of
https://github.com/aya-rs/aya
Watch
1
Star
0
Fork
You've already forked aya
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ca3f70b16a
aya
/
.gitmodules
4 lines
82 B
Plaintext
Raw
Normal View
History
Unescape
Escape
integration-test: compile C probes using build.rs - Add libbpf as a submodule. This prevents having to plumb its location around (which can't be passed to Cargo build scripts) and also controls the version against which codegen has run. - Move bpf written in C to the integration-test crate and define constants for each probe. - Remove magic; each C source file must be directly enumerated in the build script and in lib.rs.
2 years ago
[submodule "libbpf"]
xtask: move libbpf submodule
2 years ago
path = xtask/libbpf
integration-test: compile C probes using build.rs - Add libbpf as a submodule. This prevents having to plumb its location around (which can't be passed to Cargo build scripts) and also controls the version against which codegen has run. - Move bpf written in C to the integration-test crate and define constants for each probe. - Remove magic; each C source file must be directly enumerated in the build script and in lib.rs.
2 years ago
url = https://github.com/libbpf/libbpf