summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix #if/#ifdef confusion, detected by -Werror=undefDavid Faure2021-01-041-1/+1
* | Add actual file path computation for symbolsDarya Knysh2020-12-154-16/+19
* | Add alignment for ARM addressesDarya Knysh2020-12-151-8/+21
* | Add location's relative address computationDarya Knysh2020-12-154-17/+22
* | Add Disassembler functionalityDarya Knysh2020-12-155-17/+28
* | Allow zero sized symbols in the address cachedknysh2020-10-072-2/+2
* | Transmit the number of lost events in the LostDefinition4.14Milian Wolff2020-09-293-9/+15
* | Parse PERF_RECORD_SWITCH_CPU_WIDEMilian Wolff2020-09-252-0/+35
* | tst_addresscache: Fix qbs buildChristian Kandeler2020-09-251-1/+2
* | Bump versionChristian Kandeler2020-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
* | | 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-113-30/+83
* | | 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-115-7/+34