summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Transmit the number of lost events in the LostDefinition4.14Milian Wolff2020-09-294-10/+16
* Fix compiling tests with QMakeMilian Wolff2020-09-292-4/+10
* Parse PERF_RECORD_SWITCH_CPU_WIDEMilian Wolff2020-09-252-0/+35
* tst_addresscache: Fix qbs buildChristian Kandeler2020-09-253-4/+17
* Bump versionChristian Kandeler2020-09-231-1/+1
* Merge "Merge remote-tracking branch 'origin/4.13' into master"The Qt Project2020-09-231-1/+1
|\
| * Merge remote-tracking branch 'origin/4.13' into masterUlf Hermann2020-09-231-1/+1
| |\
| | * Bump version to 4.134.13Ulf Hermann2020-07-061-1/+1
* | | Fix autotest build for qbsChristian Kandeler2020-09-231-0/+2
|/ /
* | Only call dwfl_attach_state with user-level CPU registers and stackMilian Wolff2020-09-112-1/+12
* | Remove dead codeMilian Wolff2020-09-112-6/+0
* | Build a sorted symbol map once and use it for lookupsMilian Wolff2020-09-118-302/+339
* | Show the diff between files when the perfdata test failsMilian Wolff2020-09-111-0/+7
* | Reduce calls to dwarf_getscopes to improve performanceMilian Wolff2020-09-118-247/+597
* | Free symbol table resources when a process existsMilian Wolff2020-09-111-0/+2
* | Improve support for applications that rely on fork for parallelismMilian Wolff2020-09-1112-8/+1420
* | Add support for zstd decompressionMilian Wolff2020-09-1111-2/+854
* | Generalize TestPerfData::testFilesMilian Wolff2020-09-094-12/+15
* | Update expected results for clang symbolsMilian Wolff2020-09-092-15/+18
* | Add optional rust demangling support in perfparserMilian Wolff2020-09-093-3/+23
* | PerfParser: Make it compile with Qt 6hjk2020-08-203-2/+6
* | Skip vector_static_clang variant of perfdata testUlf Hermann2020-07-151-0/+2
* | Fix build on MIPSDmitry Shachnev2020-06-301-0/+4
* | Fix build on big endian systemsDmitry Shachnev2020-06-301-1/+1
|/
* 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
* Don't try to open perf.map file when it doesn't existMilian Wolff2020-06-151-0/+3
* Allow address cache lookup for ElfInfo with pgoff / baseAddrMilian Wolff2020-06-152-2/+15
* Unbreak test in debug buildMilian Wolff2020-06-151-1/+1
* Fix symbol resolution for pgoff = 0 in executable mappingMilian Wolff2020-06-154-18/+33
* Sync PERF_RECORD_* and HEADER_* with latest versions from upstreamMilian Wolff2020-06-153-2/+137
* Don't try to unbreak non-broken feature dataMilian Wolff2020-06-121-2/+2
* Revert "Fix GCC warning"Milian Wolff2020-05-181-1/+1
* Fix GCC warningChristian Kandeler2020-04-281-1/+1
* Fix clang warnings about unused class membersChristian Kandeler2020-04-231-2/+2
* Fix warnings about type mismatchChristian Kandeler2020-04-231-2/+2
* Fix build with namespaced QtChristian Stenger2020-02-171-1/+3
* Merge remote-tracking branch 'origin/4.12'Ulf Hermann2020-02-132-3/+6
|\
| * Bump application version4.12Ulf Hermann2020-02-131-1/+1
| * Fix CMake buildEike Ziller2020-02-131-2/+5
|/
* CMake Build: add build support with CMakeCristian Adam2020-01-2711-0/+76
* Introduce per-DSO cache for symbol lookup via dwfl_module_addrinfoMilian Wolff2020-01-094-6/+102
* Share per-DSO address cache across processesMilian Wolff2020-01-096-27/+36
* Only try the dwfl_addrmodule pgoff fallback for valid ElfInfoMilian Wolff2020-01-091-1/+1
* Fix build with namespaced QtChristian Stenger2019-10-221-0/+2
* Build fully qualified identifiers for inlined C++ subroutinesMilian Wolff2019-10-0210-16/+2354
* Merge remote-tracking branch 'origin/4.11'Ulf Hermann2019-09-301-1/+1
|\
| * Bump application version to 4.11v4.11.0-beta1Ulf Hermann2019-09-301-1/+1
* | Make perf2text code reusable for other auto testsMilian Wolff2019-09-303-42/+52