node_bpf icon indicating copy to clipboard operation
node_bpf copied to clipboard

🔬 eBPF / libbpf bindings for Node.js

Results 1 node_bpf issues
Sort by recently updated
recently updated
newest added

Per-cpu maps are special, they store multiple values to a single key; a value for each CPU core. The `bpf_map_lookup_elem()` returns all these values. But when I call a `get()`...