summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update application versionv4.4.14.4Ulf Hermann2017-09-291-1/+1
* Fix qbs buildv4.4.0-rc1v4.4.0-beta1v4.4.0Christian Kandeler2017-06-151-0/+1
* Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-05-091-1/+2
|\
| * Don't dwfl_addrmodule with a nullptr Dwflv4.3.1v4.3.0-rc1v4.3.04.3Ulf Hermann2017-05-051-1/+2
* | Fall-back to global search for debug-link filesMilian Wolff2017-05-084-48/+105
* | Avoid invalid memory access when finding default architectureUlf Hermann2017-05-031-2/+5
* | Fix qbs buildChristian Kandeler2017-05-031-6/+2
* | Drop the bundled elfutilsUlf Hermann2017-05-02665-89322/+10
* | Use open, close, free, cxa_demangle from elfutilsUlf Hermann2017-04-284-15/+43
* | Allow specification of elfutils install dirUlf Hermann2017-04-283-18/+56
* | Use platform-specific path conventionsUlf Hermann2017-04-283-17/+21
* | On memoryRead, copy only the word widthUlf Hermann2017-04-263-8/+42
* | Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-04-184-17/+48
|\|
| * Output a sensible version on --versionUlf Hermann2017-04-131-1/+1
| * Retry unwinding when the symbol cache is dirtyMilian Wolff2017-04-133-16/+45
* | Do not wait indefinitely when parsing empty/broken perf.data fileMilian Wolff2017-04-131-1/+21
* | Skip symbol demangling on non-unix platformsUlf Hermann2017-04-131-0/+4
* | Drop the begin/end decls workaroundUlf Hermann2017-04-131-6/+0
* | Fix some compile errors on windowsUlf Hermann2017-04-133-9/+10
* | Include io.h for setmode on windowsUlf Hermann2017-04-131-0/+3
* | Support the old ~/.debug directory formatMilian Wolff2017-04-131-2/+15
* | Fix compile warningMilian Wolff2017-04-131-1/+1
* | Send progress messages when parsing perf.data filesMilian Wolff2017-04-133-2/+23
* | Make ElfInfo constructor explicitMilian Wolff2017-04-131-2/+3
* | Return early when reading the file attributes or features failedMilian Wolff2017-04-131-2/+10
* | Report an error when the kallsyms file could not be parsedMilian Wolff2017-04-125-10/+68
* | Do not set app nor extra library paths by defaultMilian Wolff2017-04-122-7/+10
* | Report an error when an ELF file could not be foundMilian Wolff2017-04-122-6/+16
* | Merge remote-tracking branch 'origin/4.3'Ulf Hermann2017-04-051-4/+14
|\|
| * Do report overlapping modules from lookupFrame()Ulf Hermann2017-04-051-2/+14
| * Continue path search if the file we are looking for is not a directoryUlf Hermann2017-04-051-2/+0
* | Fix qbs buildChristian Kandeler2017-04-031-1/+1
* | 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