You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Alessandro Decina 54637eab04 Improve relocation errors
Use BpfError::RelocationError for both maps and BTF relocations. The
error includes the name of the program that failed, and the source error
stored as Box<dyn Error>.

This hides the implementation details of the source errors - which are
unrecoverable anyway - while still allowing fine grained error messages.
4 years ago
scripts Initial BTF support 4 years ago
src Improve relocation errors 4 years ago
.gitignore Initial commit 4 years ago
Cargo.toml Refactor ELF parser a bit and add more tests 4 years ago