Commit Graph

2 Commits (1a1c9d10be90d65d8c97c9f8b4f1e0a4ed407f68)

Author SHA1 Message Date
Andrew Werner d5259ce789 xtask: move libbpf submodule 2 years ago
Tamir Duberstein 8c61fc9ea6
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