summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 4.134.13Ulf Hermann2020-07-061-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
* | Mark CuDieRange as movable typeMilian Wolff2019-09-301-1/+3
* | Properly map discontiguous CU DIE rangesMilian Wolff2019-09-301-28/+11
* | Simplify dwfl_module_addrdie fall-back when .debug_aranges is missingMilian Wolff2019-09-262-127/+46
|/
* Fix build with namespaced QtChristian Stenger2019-09-021-0/+6
* Fix qbs buildChristian Kandeler2019-08-301-2/+2
* Fix typo in perfsymboltable.cppUlf Hermann2019-08-301-1/+1
* Speed up perfparser when DWARF ranges are broken/missing in ELFsMilian Wolff2019-08-162-72/+161
* Add fallback to find DIE for code generated by clangMilian Wolff2019-08-161-33/+85
* Better support for inlined frames in backtracesMilian Wolff2019-08-162-49/+32
* Add manual perf2text test helperMilian Wolff2019-08-139-5/+162
* Don't warn when parsing tracing data with odd content sizeMilian Wolff2019-08-131-2/+4
* Fix test failures in tst_perfdata after recent API changesMilian Wolff2019-08-133-37/+41
* Ensure we always set a valid pid on locations we sendMilian Wolff2019-08-132-0/+2
* Add gitreview configurationMilian Wolff2019-08-131-0/+5
* Fix unittest failure when perf_event_paranoid != -1Erik Johansson2019-08-131-5/+5
* Forward the non-zero pid and tid members of of PerfRecordCommMilian Wolff2019-06-251-0/+5
* Don't try to "fix" partially read events on sequential devices4.10Ulf Hermann2019-05-161-5/+8
* Fix qbs buildChristian Kandeler2019-05-081-1/+1
* Drop backwards compatibility for event typesUlf Hermann2019-05-072-7/+3
* PerfParser: Fix signedness mismatch on comparisonOrgad Shaneh2019-05-073-6/+6
* Merge remote-tracking branch 'origin/4.9'Ulf Hermann2019-05-062-5/+9
|\
| * On Windows, set stdin to binary4.9Ulf Hermann2019-02-121-2/+6
| * Rename deploy target to deployqtEike Ziller2019-02-051-3/+3