summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* add support for d symbol demanglingLieven Hey2022-06-088-30/+163
* 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
* Merge remote-tracking branch 'origin/7.0'8.0Ulf Hermann2022-01-286-10/+15
|\
| * Bump version to 7.07.0Ulf Hermann2022-01-281-1/+1
| * Merge remote-tracking branch 'origin/5.0' into 7.0Ulf Hermann2022-01-280-0/+0
| |\
| | * Fix warnings about signedness5.0Christian Kandeler2021-06-241-2/+2
| * | 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
|/ / / /
* | | / Fix compiler warnings about signedness6.0Christian Kandeler2021-08-181-2/+2
| |_|/ |/| |
* | | Add LBR unwinding method proper processing for DisassemblyDarya Knysh2021-03-304-4/+752
| |/ |/|
* | Use QLibrary to find librustc_demangle at runtimeMilian Wolff2021-01-114-15/+55
* | 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
* | Fix #if/#ifdef confusion, detected by -Werror=undefDavid Faure2021-01-041-1/+1
* | Add actual file path computation for symbolsDarya Knysh2020-12-156-17/+21
* | Add alignment for ARM addressesDarya Knysh2020-12-151-8/+21
* | Add location's relative address computationDarya Knysh2020-12-1510-3257/+3395
* | Add Disassembler functionalityDarya Knysh2020-12-1512-3257/+3272
* | Allow zero sized symbols in the address cachedknysh2020-10-075-5/+8
* | 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