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 127860d123 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 years ago
..
aya-bpf-bindings.txt xtask: Add cargo-public-api 2 years ago
aya-bpf-cty.txt xtask: Add cargo-public-api 2 years ago
aya-bpf-macros.txt xtask: Add cargo-public-api 2 years ago
aya-bpf.txt xtask: Add cargo-public-api 2 years ago
aya-log-common.txt xtask: Add cargo-public-api 2 years 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 xtask: Add cargo-public-api 2 years ago
aya-log.txt xtask: Add cargo-public-api 2 years ago
aya-obj.txt aya-obj: Remove name from ProgramSection 2 years ago
aya-tool.txt xtask: Add cargo-public-api 2 years ago
aya.txt aya: refactor handling of /proc/$pid/maps 2 years ago