summaryrefslogtreecommitdiffstats
path: root/app/perfelfmap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix clazy-incorrect-emitMilian Wolff2022-12-051-1/+1
* Port away from deprecated non-namespaced stream modifiersMilian Wolff2021-01-061-4/+4
* Fix symbol resolution for pgoff = 0 in executable mappingMilian Wolff2020-06-151-4/+8
* Output all values in hex for better comparability with tools like eu-readelfMilian Wolff2019-05-031-5/+5
* Only invalidate symbol cache when a previously used elf gets invalidatedMilian Wolff2019-05-021-13/+10
* Report base mapping to dwfl when we need the module for an pgoff mmapMilian Wolff2018-10-231-4/+18
* Don't split mmaps that cover the same region with the same contentsUlf Hermann2018-10-221-3/+23
* Output all numeric values of ElfInfo in hexMilian Wolff2018-10-221-3/+3
* Drop unnecessary checkUlf Hermann2018-07-171-6/+5
* Don't repeatedly report unsuitable modules for an addressUlf Hermann2018-05-171-1/+14
* Improve error messages for failures to register ELFsUlf Hermann2018-01-231-2/+2
* Apply coding standard to includesUlf Hermann2017-12-071-1/+1
* Fix various warnings generated by clangUlf Hermann2017-09-291-1/+1
* Extend fallback code to find debug link file based on original pathMilian Wolff2017-09-061-5/+8
* Print full absolute file path in ElfInfo debug stream operatorMilian Wolff2017-08-281-1/+1
* Fix compile warningMilian Wolff2017-04-131-1/+1
* Try to find elfs in debug path, when build id is availableMilian Wolff2017-03-291-7/+8
* Completely remove time handling from the PerfElfMapMilian Wolff2017-03-291-15/+6
* Remove cached QFileInfo::isFile() from PerfElfMap::ElfInfoMilian Wolff2017-03-291-2/+2
* Remove overwritten elf mappings from the PerfElfMapMilian Wolff2017-03-291-18/+20
* Use sorted QVector instead of a QMap in PerfElfMapMilian Wolff2017-03-291-14/+34
* Simplify PerfElfMap::registerElf now that the input is sorted by timeMilian Wolff2017-03-291-32/+12
* Refactor PerfElfMap to make it easier to change its internalsMilian Wolff2017-03-211-9/+33
* Fix build with -DQT_STRICT_ITERATORSDavid Faure2017-03-161-1/+1
* Remove obsolete commentMilian Wolff2017-03-011-9/+0
* Do not invalidate caches when non-file-backed sections get overwrittenMilian Wolff2017-02-281-3/+7
* Fix elf registering once and for allUlf Hermann2017-01-131-12/+45
* Extract logic around sorted list of mmaped elfs into separate fileMilian Wolff2017-01-031-0/+79