Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information