libbpf / blazesym

blazesym is a library for address symbolization and related tasks
BSD 3-Clause "New" or "Revised" License
99 stars 24 forks source link

Factor out parse_path_name() helper function #786

Closed danielocfb closed 1 month ago

danielocfb commented 1 month ago

Factor out the parse_path_name() helper function from the existing parse_maps_line(), to make the logic reusable by other parts of the library in the future.