aya/aya
Alessandro Decina d4e282535b bpf, perf_map: make maps usable from multiple threads
Change PerfMap API so that individual buffers can be read from multiple
threads.

Change the way maps are stored in the `Bpf` struct from RefCell to a
custom RwLock.
..
include Generate arch specific bindings
scripts Generate arch specific bindings
src bpf, perf_map: make maps usable from multiple threads
Cargo.toml bpf, perf_map: make maps usable from multiple threads