jpsamaroo / BPFnative.jl

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

Fix BTF emission #21

Closed jpsamaroo closed 3 years ago

jpsamaroo commented 3 years ago

This re-enables BTF, fixing a test in the process. We need to fix-up our BTF so that the kernel likes it, which may require us to manually clean-up debuginfo.

codecov-commenter commented 3 years ago

Codecov Report

Merging #21 (d753f0f) into master (e4d5d1c) will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #21   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files          14      14           
  Lines         552     552           
======================================
  Misses        552     552           
Impacted Files Coverage Δ
src/compiler.jl 0.00% <ø> (ø)
src/probes.jl 0.00% <0.00%> (ø)

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 e4d5d1c...d753f0f. Read the comment docs.

jpsamaroo commented 3 years ago

LLVM's debuginfo C API seems to the lack the ability to do any real traversal and querying of debuginfo, so I'll just merge this as-is.