summaryrefslogtreecommitdiffstats
path: root/tests/auto/elfmap/tst_elfmap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace QVector by QListHEADmaster17.0hjk2025-04-101-4/+4
* Silence false-positive clazy-lambda-in-connectMilian Wolff2022-12-051-3/+3
* Fix symbol resolution for pgoff = 0 in executable mappingMilian Wolff2020-06-151-11/+17
* Only invalidate symbol cache when a previously used elf gets invalidatedMilian Wolff2019-05-021-34/+35
* Report base mapping to dwfl when we need the module for an pgoff mmapMilian Wolff2018-10-231-2/+7
* Don't split mmaps that cover the same region with the same contentsUlf Hermann2018-10-221-0/+35
* Avoid number conversion issuesUlf Hermann2018-01-161-11/+11
* Apply coding standard to includesUlf Hermann2017-12-071-4/+4
* Extend fallback code to find debug link file based on original pathMilian Wolff2017-09-061-2/+2
* Fix build with namespaced QtChristian Kandeler2017-04-031-0/+2
* Try to find elfs in debug path, when build id is availableMilian Wolff2017-03-291-1/+2
* Pass an explicit Elf* to deduce the target architectureMilian Wolff2017-03-291-7/+0
* Completely remove time handling from the PerfElfMapMilian Wolff2017-03-291-54/+42
* Remove overwritten elf mappings from the PerfElfMapMilian Wolff2017-03-291-18/+22
* Use sorted QVector instead of a QMap in PerfElfMapMilian Wolff2017-03-291-2/+2
* Simplify PerfElfMap::registerElf now that the input is sorted by timeMilian Wolff2017-03-291-27/+12
* Refactor PerfElfMap to make it easier to change its internalsMilian Wolff2017-03-211-84/+99
* Also add benchmarks for elfmap's findElf functionalityMilian Wolff2017-02-281-0/+87
* Add benchmarks for various usage scenarios of the elfmapMilian Wolff2017-02-281-0/+66
* Do not invalidate caches when non-file-backed sections get overwrittenMilian Wolff2017-02-281-8/+42
* Tests don't need GUI to runMilian Wolff2017-02-101-1/+1
* Fix elf registering once and for allUlf Hermann2017-01-131-13/+45
* Add test for overwriting elfmapsMilian Wolff2017-01-031-0/+36
* Add first auto test for the elfmapMilian Wolff2017-01-031-0/+74