·
10 commits
to refs/heads/master
since this release
What's Changed
libbpf-rs
- Added
Link::infomethod for retrievingLinkInfo - Extended
LinkTypeInfo::PerfEventvariant to contain newly addedPerfEventLinkInfoobject - Added
Linker::add_bufmethod for adding in-memory ELF files to the set of objects to link - Added
Program::attach_iter_with_optsfor attaching to iterators with additional options - Added
Program::attach_uprobe_multi&Program::attach_uprobe_multi_optsto enable attachments of multi uprobes at once - Added
Program::{stdout,stderr}for accessing BPF stdout and stderr streams - Added
OpenProgram::autoloadgetter - Added
OpenMap::autocreateandMap::autocreategetters - Added
MapCore::lookup_intofor looking up values into preallocated buffers - Added
verified_insnsattribute toquery::ProgramInfotype - Made
query::ProgramInfonon-exhaustive - Added
ObjectBuilder::btf_custom_pathsetter
libbpf-cargo
- Fixed Rust type generation for trailing bitfields in composite C types
- Fixed handling of
XxxSkelBuilder::obj_buildercustomizations when usingopen()constructor - Allowlisted
libbpf-sys1.6.3
New Contributors
- @frelon made their first contribution in #1220
- @ver-nyan made their first contribution in #1253
- @vlrpl made their first contribution in #1258
- @sidchintamaneni made their first contribution in #1266
- @tamird made their first contribution in #1308
- @gadol21 made their first contribution in #1322
Full Changelog: v0.26.0-beta.1...v0.26.0