summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow more variants of architecture namesv4.5.2v4.5.1v4.5.04.5Ulf Hermann2017-12-013-26/+45
* Be backwards compatible when reading perf event attributesUlf Hermann2017-12-012-18/+22
* Retry a few times when connecting to a tcp hostv4.5.0-rc1v4.5.0-beta1Ulf Hermann2017-10-061-7/+22
* Merge remote-tracking branch 'origin/4.4' into 4.5Eike Ziller2017-10-060-0/+0
|\
| * Update application versionv4.4.14.4Ulf Hermann2017-09-291-1/+1
* | Update application versionUlf Hermann2017-09-291-1/+1
* | Drop dead code in qbs fileUlf Hermann2017-09-081-2/+0
* | Replace tabs with spacesUlf Hermann2017-09-064-10/+10
* | Add Q_ENUM for PerfHeader::FeatureMilian Wolff2017-09-061-0/+1
* | Always double-check the validity of the module known to libdwflMilian Wolff2017-09-062-28/+41
* | Load kallsyms from debug path buildid cache, if availableMilian Wolff2017-09-063-7/+31
* | Extend fallback code to find debug link file based on original pathMilian Wolff2017-09-064-11/+35
* | Report module for PC before querying for isactivation flagMilian Wolff2017-09-041-3/+13
* | Demote the memoryRead overflow qWarning to a qDebug statementMilian Wolff2017-09-041-1/+1
* | Set byte order on correct stream before parsing attribute IDsMilian Wolff2017-09-041-1/+1
* | Delay loading of kallsyms file until it is neededMilian Wolff2017-08-283-8/+14
* | Print all available information on failed report errorMilian Wolff2017-08-281-1/+1
* | Print full absolute file path in ElfInfo debug stream operatorMilian Wolff2017-08-281-1/+1
* | Don't try to find files for shared memory mappingsMilian Wolff2017-08-281-1/+2
|/
* 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