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/public-api
Dave Tucker 16f7dc21b9
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
..
aya-build.txt Extract aya-build for building eBPF crates 5 months ago
aya-ebpf-bindings.txt aya-obj, aya-ebpf-bindings: regenerate 2 months ago
aya-ebpf-cty.txt chore: Bless public API changes 1 year ago
aya-ebpf-macros.txt chore: Bless public API changes 1 year ago
aya-ebpf.txt Merge pull request #1141 from gth828r/1140.xdp-context-if-index-support 2 months ago
aya-log-common.txt public-api: regenerate 2 months ago
aya-log-ebpf-macros.txt xtask: Add cargo-public-api 2 years ago
aya-log-ebpf.txt xtask: Add cargo-public-api 2 years ago
aya-log-parser.txt build(deps): update public-api requirement in the cargo-crates group 5 months ago
aya-log.txt build(deps): update public-api requirement in the cargo-crates group 5 months ago
aya-obj.txt aya-obj, aya-ebpf-bindings: regenerate 2 months ago
aya.txt aya: refactor handling of /proc/$pid/maps 2 months ago