jpsamaroo / BPFnative.jl

Native Julia codegen for eBPF bytecode
Other
9 stars 1 forks source link

Struct accessors and other fun things #31

Closed jpsamaroo closed 2 years ago

jpsamaroo commented 3 years ago

This adds all sorts of great stuff, most of which was necessary to port Brendan Gregg's offwaketime script (shipped in bcc) to Julia.

TODO:

jpsamaroo commented 3 years ago

Waiting on https://github.com/JuliaRegistries/General/pull/41725 for VMLinuxBindings.jl

codecov-commenter commented 3 years ago

Codecov Report

Merging #31 (9e3c7a0) into master (0043652) will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #31    +/-   ##
=======================================
  Coverage    0.00%   0.00%            
=======================================
  Files          18      20     +2     
  Lines         766    1009   +243     
=======================================
- Misses        766    1009   +243     
Impacted Files Coverage Δ
src/BPFnative.jl 0.00% <ø> (ø)
src/common.jl 0.00% <0.00%> (ø)
src/compiler.jl 0.00% <0.00%> (ø)
src/extra.jl 0.00% <0.00%> (ø)
src/host/kallsyms.jl 0.00% <0.00%> (ø)
src/host/maps.jl 0.00% <0.00%> (ø)
src/libbpf.jl 0.00% <0.00%> (ø)
src/probes.jl 0.00% <0.00%> (ø)
src/runtime/buffers.jl 0.00% <0.00%> (ø)
src/runtime/helpers.jl 0.00% <0.00%> (ø)
... and 5 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0043652...9e3c7a0. Read the comment docs.