summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Fix MSVC testHEADmaster13.0Cristian Adam2023-10-121-1/+1
* PerfParser: Get rid of foreachJarek Kobus2023-08-053-8/+11
* Replace a few qAsConst with std::as_const11.0hjk2023-05-192-4/+4
* Update application version to 10.010.0Ulf Hermann2023-03-211-1/+1
* Fix qbs buildChristian Stenger2023-01-261-0/+2
* Build: Use version-less Qt targetsEike Ziller2023-01-251-2/+2
* Fix compile with -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCIIMilian Wolff2022-12-084-28/+21
* Merge "Merge remote-tracking branch 'origin/9.0'"The Qt Project2022-12-052-4/+8
|\
| * Merge remote-tracking branch 'origin/9.0'Ulf Hermann2022-12-052-4/+8
| |\
| | * Make findDebugInfoFile() accessible from the test9.0Ulf Hermann2022-12-052-2/+6
| | * Fix compile with QStringBuilderMilian Wolff2022-12-051-2/+2
* | | Let PerfRegisterInfo::defaultArchitecture return QStringLiteralMilian Wolff2022-12-053-11/+11
* | | Fix -Wclazy-qstring-allocationsMilian Wolff2022-12-053-92/+90
|/ /
* | Fix -Wclazy-missing-qobject-macroMilian Wolff2022-12-051-0/+1
* | Use std::vector instead of QVector in prependScopeNamesMilian Wolff2022-12-051-5/+7
* | Fix -Wclazy-missing-typeinfoMilian Wolff2022-12-051-0/+1
* | Fix -Wclazy-function-args-by-refMilian Wolff2022-12-052-4/+4
* | Fix -Wclazy-function-args-by-valueMilian Wolff2022-12-055-7/+7
* | Remove extra semicolonMilian Wolff2022-12-051-1/+1
* | Silence -Wclass-memaccess GCC warningMilian Wolff2022-12-051-1/+1
* | Fix clazy-incorrect-emitMilian Wolff2022-12-051-1/+1
* | Fix clazy-connect-3arg-lambdaMilian Wolff2022-12-051-1/+1
* | Fix clazy-range-loop-detachMilian Wolff2022-12-053-11/+17
* | Fix clazy-fully-qualified-moc-typesMilian Wolff2022-12-051-1/+1
* | Fix clazy-use-static-qregularexpressionMilian Wolff2022-12-051-1/+2
* | Resolve source file names relative to the compilation directoryMilian Wolff2022-11-283-7/+35
|/
* Optionally report debuginfod download progressMilian Wolff2022-07-254-0/+33
* Cache whether the perf-$pid.map file existsMilian Wolff2022-06-292-1/+3
* Add missing '::' when hitting cached scope namesMilian Wolff2022-06-101-0/+12
* Demote unhandled perf feature/type warnings to debug outputMilian Wolff2022-06-082-2/+3
* Move code to extract symbol cache into perfaddresscacheMilian Wolff2022-06-083-32/+38
* Cleanup: Make PerfSymbolTable::attachDwfl more type safeMilian Wolff2022-06-082-4/+3
* Cleanup: move unwinding code to perfunwindMilian Wolff2022-06-083-145/+142
* Introduce findSourceLocation utilityMilian Wolff2022-06-083-9/+36
* improve debug symbol discoveryLieven Hey2022-06-081-14/+42
* add support for d symbol demanglingLieven Hey2022-06-084-28/+128
* skip PERF_RECORD_THROTTLE/PERF_RECORD_UNTHROTTLESimon Sobisch2022-05-301-0/+7
* fix: word order in debug messageRaphael von der GrĂ¼n2022-05-301-1/+1
* Bump version to 7.07.0Ulf Hermann2022-01-281-1/+1
* Merge remote-tracking branch 'origin/4.15' into 7.0Ulf Hermann2022-01-283-7/+10
|\
| * cmake: fix ODR violation4.15Tim Blechmann2021-06-301-3/+3
| * Fix build with Qt 6Eike Ziller2021-03-251-4/+6
| * Add missing QLocale include for building with Qt 6Eike Ziller2021-03-051-0/+1
* | Merge remote-tracking branch 'origin/4.11' into 7.0Ulf Hermann2022-01-281-0/+2
|\ \
| * | Add missing checks to PerfEventAttributes::operator==4.11Christian Kandeler2020-02-051-0/+2
* | | Revert "Fix clang warnings about unused class members"Ulf Hermann2022-01-281-2/+2
* | | Add LBR unwinding method proper processing for DisassemblyDarya Knysh2021-03-301-4/+4
| |/ |/|
* | Use QLibrary to find librustc_demangle at runtimeMilian Wolff2021-01-112-11/+27
* | Port away from deprecated non-namespaced stream modifiersMilian Wolff2021-01-064-8/+8
* | Make sure we demangle on direct cache hits tooMilian Wolff2021-01-041-8/+12