mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-18 23:39:06 +08:00
Use associative array (requires at least bash 4) to centralize mapping of paths between kernel's libbpf layout and the one on Github. This minimizes the chance of all those mappings getting out of sync (which happened twice before). Signed-off-by: Andrii Nakryiko <andriin@fb.com>