summaryrefslogtreecommitdiffstats
path: root/app/perfelfmap.h
Commit message (Expand)AuthorAgeFilesLines
* Don't repeatedly report unsuitable modules for an addressUlf Hermann2018-05-171-0/+4
* Change header guards to "#pragma once"Ulf Hermann2017-12-071-4/+1
* Extend fallback code to find debug link file based on original pathMilian Wolff2017-09-061-2/+10
* Make ElfInfo constructor explicitMilian Wolff2017-04-131-2/+3
* Fix build with namespaced QtChristian Kandeler2017-04-031-0/+3
* Try to find elfs in debug path, when build id is availableMilian Wolff2017-03-291-7/+13
* Pass an explicit Elf* to deduce the target architectureMilian Wolff2017-03-291-13/+0
* Completely remove time handling from the PerfElfMapMilian Wolff2017-03-291-7/+5
* Remove cached QFileInfo::isFile() from PerfElfMap::ElfInfoMilian Wolff2017-03-291-5/+9
* Remove overwritten elf mappings from the PerfElfMapMilian Wolff2017-03-291-6/+3
* Use sorted QVector instead of a QMap in PerfElfMapMilian Wolff2017-03-291-3/+5
* Refactor PerfElfMap to make it easier to change its internalsMilian Wolff2017-03-211-8/+30
* Remove obsolete forward declarationMilian Wolff2017-03-011-2/+0
* Fix elf registering once and for allUlf Hermann2017-01-131-4/+6
* Extract logic around sorted list of mmaped elfs into separate fileMilian Wolff2017-01-031-0/+70