rust-bpf / rust-bcc

user-friendly rust bindings for the bpf compiler collection
MIT License
475 stars 54 forks source link

[WIP] Add BCC v0.16.0 #134

Closed javierhonduco closed 4 years ago

javierhonduco commented 4 years ago

Run tests with BCC version 0.16.0 (https://github.com/iovisor/bcc/pull/3066)

Will mark for review once we see if some changes are needed

javierhonduco commented 4 years ago

I guess we need to update bcc-sys first 😄. edit: so far I have failed to generate the bindings :(. Will abandon this PR until updating bcc-sys works!

javierhonduco commented 4 years ago

Tracking in https://github.com/rust-bpf/bcc-sys/issues/45