summaryrefslogtreecommitdiffstats
path: root/app/perfaddresscache.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move code to extract symbol cache into perfaddresscacheMilian Wolff2022-06-081-0/+17
* Make sure we demangle on direct cache hits tooMilian Wolff2021-01-041-8/+12
* Allow zero sized symbols in the address cachedknysh2020-10-071-1/+1
* Build a sorted symbol map once and use it for lookupsMilian Wolff2020-09-111-13/+46
* Allow address cache lookup for ElfInfo with pgoff / baseAddrMilian Wolff2020-06-151-2/+3
* Introduce per-DSO cache for symbol lookup via dwfl_module_addrinfoMilian Wolff2020-01-091-0/+35
* Share per-DSO address cache across processesMilian Wolff2020-01-091-13/+13
* Cache address location information per elf fileMilian Wolff2019-05-021-0/+49