summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Improve support for applications that rely on fork for parallelismMilian Wolff2020-09-117-1/+1386
* Add support for zstd decompressionMilian Wolff2020-09-113-2/+667
* Generalize TestPerfData::testFilesMilian Wolff2020-09-093-11/+14
* Update expected results for clang symbolsMilian Wolff2020-09-092-15/+18
* Skip vector_static_clang variant of perfdata testUlf Hermann2020-07-151-0/+2
* Fix Qt 5.15 deprecation warningsChristian Kandeler2020-06-261-0/+2
* Fix deprecation warningsChristian Kandeler2020-06-161-2/+2
* Fix TestPerfData::testTracingData when run with older QtMilian Wolff2020-06-151-12/+12
* Allow address cache lookup for ElfInfo with pgoff / baseAddrMilian Wolff2020-06-151-0/+12
* Unbreak test in debug buildMilian Wolff2020-06-151-1/+1
* Fix symbol resolution for pgoff = 0 in executable mappingMilian Wolff2020-06-151-11/+17
* Fix warnings about type mismatchChristian Kandeler2020-04-231-2/+2
* CMake Build: add build support with CMakeCristian Adam2020-01-279-0/+40
* Introduce per-DSO cache for symbol lookup via dwfl_module_addrinfoMilian Wolff2020-01-091-0/+27
* Share per-DSO address cache across processesMilian Wolff2020-01-091-6/+11
* Fix build with namespaced QtChristian Stenger2019-10-221-0/+2
* Build fully qualified identifiers for inlined C++ subroutinesMilian Wolff2019-10-028-2/+2274
* Make perf2text code reusable for other auto testsMilian Wolff2019-09-303-42/+52
* Fix qbs buildChristian Kandeler2019-08-301-2/+2
* Add manual perf2text test helperMilian Wolff2019-08-139-5/+162
* Fix test failures in tst_perfdata after recent API changesMilian Wolff2019-08-133-37/+41
* Fix unittest failure when perf_event_paranoid != -1Erik Johansson2019-08-131-5/+5
* Fix qbs buildChristian Kandeler2019-05-081-1/+1
* Drop backwards compatibility for event typesUlf Hermann2019-05-071-3/+3
* PerfParser: Fix signedness mismatch on comparisonOrgad Shaneh2019-05-071-1/+1
* Don't fail testProc for bad kptr_restrict or perf_event_paranoidMilian Wolff2019-05-031-0/+19
* Ignore kallsyms mappings with address 0Thomas McGuire2019-05-031-19/+24
* Support (null) as address in kallsymsMilian Wolff2019-05-031-1/+9
* Only invalidate symbol cache when a previously used elf gets invalidatedMilian Wolff2019-05-021-34/+35
* Cache address location information per elf fileMilian Wolff2019-05-027-1/+101
* Fix perfdata testUlf Hermann2018-12-201-8/+8
* Report base mapping to dwfl when we need the module for an pgoff mmapMilian Wolff2018-10-231-2/+7
* Don't split mmaps that cover the same region with the same contentsUlf Hermann2018-10-221-0/+35
* 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