summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't try to unwind a stack if we fail to attach the dwflv4.6.2v4.6.1v4.6.0-rc1v4.6.0-beta1v4.6.04.6Ulf Hermann2018-01-261-0/+3
* Try to unwind the user stack even if IP is in kernel spaceUlf Hermann2018-01-252-16/+26
* When analyzing samples in kernel space, use kernel symbolsUlf Hermann2018-01-251-10/+8
* Merge remote-tracking branch 'origin/master' into 4.6Eike Ziller2018-01-175-23/+27
|\
| * Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-01-171-1/+1
| |\ | |/ |/|
* | Increment version numberUlf Hermann2018-01-151-1/+1
| * Avoid number conversion issuesUlf Hermann2018-01-165-23/+27
|/
* Add new members for perf event attributes structUlf Hermann2017-12-072-5/+38
* Use nullptr rather than 0 or NULL for null pointersUlf Hermann2017-12-074-19/+26
* Apply coding standard to includesUlf Hermann2017-12-0724-49/+64
* Change header guards to "#pragma once"Ulf Hermann2017-12-0712-49/+13
* Merge remote-tracking branch 'origin/4.5'Ulf Hermann2017-12-066-56/+74
|\
| * 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
* | Parse tracing data and expose it to the clientUlf Hermann2017-11-3018-50/+826
* | Add a (partial so far) sanity checker for generated tracesUlf Hermann2017-11-283-0/+276
* | Finish the round when manually finalizing a sessionUlf Hermann2017-11-152-4/+8
* | Initialize PerfRecordSample::m_weightUlf Hermann2017-11-151-1/+1
* | Read the contentSize of a stack sample only if section size > 0Ulf Hermann2017-11-154-7/+42
* | Fix the width of error codes at 32 bitsUlf Hermann2017-11-102-2/+3
* | Keep PerfEventAttributes in a vector rather than a hashUlf Hermann2017-11-104-57/+4
* | Add the qbs files as OTHER_FILES to qmake projectsUlf Hermann2017-11-097-0/+14
* | Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-10-091-8/+23
|\|
| * 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
* | | Autotest: Fix qbs buildChristian Kandeler2017-10-061-2/+1
* | | Truncate stack snapshots to the size givenUlf Hermann2017-09-291-0/+4
* | | Fix various warnings generated by clangUlf Hermann2017-09-2918-191/+228
* | | Handle tracing data header eventUlf Hermann2017-09-2910-20/+182
* | | Prepare PerfUnwind for easier testingUlf Hermann2017-09-293-58/+87
|/ /
* | 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