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.
aya/ebpf/aya-ebpf/src/maps
Xiaobo Liu 53ec616411 ebpf: add peak() method to Queue and Stack
Add integration tests covering push,pop,peek for both types.

Signed-off-by: Xiaobo Liu <cppcoffee@gmail.com>
Signed-off-by: Tamir Duberstein <tamird@gmail.com>
4 weeks ago
..
perf Bump edition to 2024 7 months ago
xdp aya-ebpf: extract insert,remove,lookup 7 months ago
array.rs feat: Add `set` for `Array<T>` 7 months ago
bloom_filter.rs chore(aya-ebpf): Rename bpf -> ebpf 2 years ago
hash_map.rs Bump edition to 2024 7 months ago
lpm_trie.rs aya-ebpf: extract insert,remove,lookup 7 months ago
mod.rs chore(aya-ebpf): Rename bpf -> ebpf 2 years ago
per_cpu_array.rs aya-ebpf: extract insert,remove,lookup 7 months ago
program_array.rs Bump edition to 2024 7 months ago
queue.rs ebpf: add peak() method to Queue and Stack 4 weeks ago
ring_buf.rs aya-ebpf: add a dedicated generic_const_exprs cfg 4 months ago
sock_hash.rs chore(*): set clippy unused_trait_names = warn 7 months ago
sock_map.rs chore(*): set clippy unused_trait_names = warn 7 months ago
stack.rs ebpf: add peak() method to Queue and Stack 4 weeks ago
stack_trace.rs Bump edition to 2024 7 months ago