summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix build with namespaced QtChristian Kandeler2017-04-032-0/+5
* | Avoid passing QMAKE_ARCH to config.hUlf Hermann2017-03-292-12/+6
* | Build correctly with debug_and_release or non-standard toolsUlf Hermann2017-03-2912-16/+32
* | Include sample period and weight in parsed outputMilian Wolff2017-03-293-2/+6
* | Make maximum number of frames configurable via a CLI argumentMilian Wolff2017-03-293-6/+25
* | Try to find elfs in debug path, when build id is availableMilian Wolff2017-03-297-33/+72
* | Pass an explicit Elf* to deduce the target architectureMilian Wolff2017-03-294-34/+23
* | Completely remove time handling from the PerfElfMapMilian Wolff2017-03-297-114/+78
* | Remove cached QFileInfo::isFile() from PerfElfMap::ElfInfoMilian Wolff2017-03-293-9/+13
* | Remove overwritten elf mappings from the PerfElfMapMilian Wolff2017-03-295-52/+48
* | Use sorted QVector instead of a QMap in PerfElfMapMilian Wolff2017-03-293-19/+41
* | Simplify PerfElfMap::registerElf now that the input is sorted by timeMilian Wolff2017-03-292-59/+24
* | Handle mmap and sample events in time orderMilian Wolff2017-03-293-38/+179
* | Handle FINISHED_ROUND eventsMilian Wolff2017-03-294-4/+61
* | Add mode to print statistics for a given perf data fileMilian Wolff2017-03-293-8/+74
* | Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-03-282-8/+17
|\|
| * Also map global attribute ids to internal idsv4.3.0-beta1Milian Wolff2017-03-272-8/+17
* | Refactor PerfElfMap to make it easier to change its internalsMilian Wolff2017-03-215-136/+192
* | Use ~/.debug as default debug pathMilian Wolff2017-03-211-2/+3
* | Fix build with -DQT_STRICT_ITERATORSDavid Faure2017-03-162-2/+2
* | Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-03-162-3/+14
|\|
| * Fix detection of interworking veneersUlf Hermann2017-03-142-3/+14
* | Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-03-131-0/+21
|\|
| * qbs build: Fix race condition when building elfutilsChristian Kandeler2017-03-131-0/+21
* | Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-03-091-0/+2
|\|
| * Merge remote-tracking branch 'origin/4.2' into 4.3Eike Ziller2017-03-091-0/+2
|/|
| * Add dummy targets for docs and install_docsv4.2.24.2Eike Ziller2017-03-081-0/+2
* | Remove obsolete forward declarationMilian Wolff2017-03-011-2/+0
* | Fix compile against Qt older than Qt 5.8Milian Wolff2017-03-011-1/+1
* | Remove obsolete commentMilian Wolff2017-03-011-9/+0
* | 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 try to resolve file paths for non-file-backed elf sectionsMilian Wolff2017-02-281-1/+6
* | Do not invalidate caches when non-file-backed sections get overwrittenMilian Wolff2017-02-282-11/+49
* | Default to the target system architectureMilian Wolff2017-02-283-4/+30
* | Drop the ebl strtab filesUlf Hermann2017-02-155-1089/+1
* | Fix test when kallsyms mapping is disabled/brokenMilian Wolff2017-02-101-1/+8
* | Tests don't need GUI to runMilian Wolff2017-02-104-2/+4
* | Chop off trailing zero bytes from PerfStringFeature valuesMilian Wolff2017-02-091-0/+12
* | Include features in outputMilian Wolff2017-02-095-0/+111
* | Intern PerfEventAttributes and send the data only onceMilian Wolff2017-02-094-10/+108
* | Publish lost record eventsMilian Wolff2017-02-094-4/+15
* | Do not store PerfEventHeader used for parsing BuildIdMilian Wolff2017-02-092-5/+5
* | Add comment that explains how to get a human-readable build-idMilian Wolff2017-02-091-1/+1
* | Handle attributes without IDMilian Wolff2017-02-081-3/+10
* | Fix qbs buildChristian Kandeler2017-02-071-1/+1
* | Send global perf attributesMilian Wolff2017-02-064-0/+12
* | Fix linking of elfutils libsUlf Hermann2017-02-018-10/+38
* | Install elfutils into the application directory on windowsUlf Hermann2017-02-011-2/+8
* | Actually check for the availability of powerof2Ulf Hermann2017-02-011-0/+5