You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
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.
4 years ago
aya bpf, perf_map: make maps usable from multiple threads 4 years ago
.gitignore Initial commit 4 years ago
Cargo.toml Turn the project into a workspace, move code under aya/ 4 years ago