aya-rs / bpf-linker

Simple BPF static linker
Apache License 2.0
182 stars 41 forks source link

Experimental BTF support #182

Closed vadorovsky closed 7 months ago

vadorovsky commented 7 months ago

Provide a CLI option --btf which provides an experimental BTF support.

This includes a sanitization logic, which modifies the debug info in order to make it acceptable by the kernel, which includes:

Updates: #1 Closes: #177 #26

vadorovsky commented 7 months ago

@dave-tucker I added a small section in README. Do you think it's enough? I would rather document more details (like C-shims) in the book.