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/xtask
Dave Tucker 0ef267d120
aya: refactor handling of /proc/$pid/maps
This commit refactors the handling of /proc/$pid/maps since the
collection previously assumed that all entries here could be
representeted in a HashMap. Those with a path component are stored
in a HashSet for fast lookup via library name. All other entries
are cached in a Vec to allow for filtering based on offsets, required
for supporting USDT probes.

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
2 months ago
..
libbpf@20ea95b450 xtask: Generate new bindings 1 year ago
public-api aya: refactor handling of /proc/$pid/maps 2 months ago
src chore(xtask): Add loongarch64 to codegen 2 months ago
Cargo.toml ci: download gen_init_cpio with authentication 4 months ago