Commit Graph

5 Commits (ef6ccdb7b9796fd962db6215b23a6ac6ce1a8e3a)

Author SHA1 Message Date
astoycos ef6ccdb7b9 integration-test: add map pinning converage
Signed-off-by: astoycos <astoycos@redhat.com>
2 years ago
Tamir Duberstein 0a144a0e69
integration-test: remove all sleeps 2 years ago
Tamir Duberstein 71bc3ea0b5
integration-test: avoid reliance on kernel headers
This should allow us to build on any system.
2 years ago
Tamir Duberstein 72afd877b5
integration-test: clang-format C files 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