summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Reduce noise from PerfParserTestClientUlf Hermann2018-07-261-1/+0
* Fix kallsyms testUlf Hermann2018-07-261-1/+1
* Buffer non-pipe perf.data in a temporary file when streamedUlf Hermann2018-01-261-1/+2
* Make PerfStdin behave more like other QIODevicesUlf Hermann2018-01-265-2/+118
* Use newRow() rather than addRow() in testsUlf Hermann2018-01-251-4/+4
* Avoid number conversion issuesUlf Hermann2018-01-162-12/+13
* Apply coding standard to includesUlf Hermann2017-12-075-19/+19
* Merge remote-tracking branch 'origin/4.5'Ulf Hermann2017-12-061-7/+1
|\
* | Parse tracing data and expose it to the clientUlf Hermann2017-11-307-39/+186
* | 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-151-3/+3
* | Read the contentSize of a stack sample only if section size > 0Ulf Hermann2017-11-153-0/+34
* | Add the qbs files as OTHER_FILES to qmake projectsUlf Hermann2017-11-095-0/+10
* | Autotest: Fix qbs buildChristian Kandeler2017-10-061-2/+1
* | Handle tracing data header eventUlf Hermann2017-09-297-2/+149
|/
* Extend fallback code to find debug link file based on original pathMilian Wolff2017-09-061-2/+2
* Report an error when the kallsyms file could not be parsedMilian Wolff2017-04-121-4/+40
* Fix build with namespaced QtChristian Kandeler2017-04-031-0/+2
* Try to find elfs in debug path, when build id is availableMilian Wolff2017-03-291-1/+2
* Pass an explicit Elf* to deduce the target architectureMilian Wolff2017-03-291-7/+0
* Completely remove time handling from the PerfElfMapMilian Wolff2017-03-291-54/+42
* Remove overwritten elf mappings from the PerfElfMapMilian Wolff2017-03-291-18/+22
* Use sorted QVector instead of a QMap in PerfElfMapMilian Wolff2017-03-291-2/+2
* Simplify PerfElfMap::registerElf now that the input is sorted by timeMilian Wolff2017-03-291-27/+12
* Refactor PerfElfMap to make it easier to change its internalsMilian Wolff2017-03-211-84/+99
* 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 invalidate caches when non-file-backed sections get overwrittenMilian Wolff2017-02-281-8/+42
* 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
* Fix qbs buildChristian Kandeler2017-02-071-1/+1
* Resolve kernel addresses to symbols using /proc/kallsyms mappingMilian Wolff2017-02-015-2/+148
* Fix elf registering once and for allUlf Hermann2017-01-131-13/+45
* Add test for overwriting elfmapsMilian Wolff2017-01-031-0/+36
* Add first auto test for the elfmapMilian Wolff2017-01-037-0/+118