summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warnings about signedness6.0Christian Kandeler2021-08-181-2/+2
* Add LBR unwinding method proper processing for DisassemblyDarya Knysh2021-03-303-0/+748
* Add actual file path computation for symbolsDarya Knysh2020-12-152-1/+2
* Add location's relative address computationDarya Knysh2020-12-156-3240/+3373
* Add Disassembler functionalityDarya Knysh2020-12-157-3240/+3244
* Allow zero sized symbols in the address cachedknysh2020-10-073-3/+6
* Transmit the number of lost events in the LostDefinition4.14Milian Wolff2020-09-291-1/+1
* Fix compiling tests with QMakeMilian Wolff2020-09-292-4/+10
* tst_addresscache: Fix qbs buildChristian Kandeler2020-09-251-2/+6
* Fix autotest build for qbsChristian Kandeler2020-09-231-0/+2
* Build a sorted symbol map once and use it for lookupsMilian Wolff2020-09-115-272/+256
* Show the diff between files when the perfdata test failsMilian Wolff2020-09-111-0/+7
* 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