foniod / redbpf

Rust library for building and running BPF/eBPF modules
Apache License 2.0
1.71k stars 136 forks source link

Parse ___btf_map_<map_sym_name> structure to get key/value type id #326

Closed rhdxmr closed 2 years ago

rhdxmr commented 2 years ago

Signed-off-by: Junyeong Jeong rhdxmr@gmail.com

This resolves #325

rhdxmr commented 2 years ago

I applied your suggestion and repushed the branch. I'm merging this PR. Thanks.