summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Fix build with namespaced QtChristian Stenger2020-02-171-1/+3
* 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-271-0/+27
* Introduce per-DSO cache for symbol lookup via dwfl_module_addrinfoMilian Wolff2020-01-093-6/+75
* Share per-DSO address cache across processesMilian Wolff2020-01-095-21/+25
* Only try the dwfl_addrmodule pgoff fallback for valid ElfInfoMilian Wolff2020-01-091-1/+1
* Build fully qualified identifiers for inlined C++ subroutinesMilian Wolff2019-10-021-14/+79
* 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
* | 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 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
* Don't warn when parsing tracing data with odd content sizeMilian Wolff2019-08-131-2/+4
* Ensure we always set a valid pid on locations we sendMilian Wolff2019-08-132-0/+2
* 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
* Drop backwards compatibility for event typesUlf Hermann2019-05-071-4/+0
* PerfParser: Fix signedness mismatch on comparisonOrgad Shaneh2019-05-072-5/+5
* Merge remote-tracking branch 'origin/4.9'Ulf Hermann2019-05-061-2/+6
|\
| * On Windows, set stdin to binary4.9Ulf Hermann2019-02-121-2/+6
* | Bump the version number to 4.10Ulf Hermann2019-05-031-1/+1
* | Output all values in hex for better comparability with tools like eu-readelfMilian Wolff2019-05-031-5/+5
* | Validate base mapping before using itMilian Wolff2019-05-031-2/+6
* | Add initial MIPS supportLuke Diamand2019-05-032-1/+9
* | Check for 0 sized section header plt in fakeSymbolFromSection to prevent div ...Andrew Somerville2019-05-031-1/+1
* | Always use the first attributes as fallbackMilian Wolff2019-05-031-6/+4
* | Also resolve callchain stored in branch stack, if availableMilian Wolff2019-05-032-16/+43
* | Try to guess offset base address before reporting elf to dwflMilian Wolff2019-05-031-8/+3
* | Correctly parse BranchFlags in BranchEntryMilian Wolff2019-05-032-0/+12
* | Skip unused data when we fail to fully parse an eventMilian Wolff2019-05-031-0/+8
* | Also check for debug link files next to the executable directlyMilian Wolff2019-05-031-1/+20
* | Use build-id file for debug information as fall-backMilian Wolff2019-05-031-0/+6
* | Treat [kernel.kallsyms]_text as a special sectionThomas McGuire2019-05-031-2/+2
* | Ignore kallsyms mappings with address 0Thomas McGuire2019-05-031-1/+2
* | Halt perfparser when PERFPARSER_DEBUG_WAIT is setThomas McGuire2019-05-031-1/+14
* | Support (null) as address in kallsymsMilian Wolff2019-05-031-1/+1
* | Add fallback search in /usr/lib/debug for debug info fileMilian Wolff2019-05-031-7/+22
* | Forward the path to binary for a given symbolMilian Wolff2019-05-034-18/+23
* | Correctly parse SAMPLE_CPU in PerfSampleIdMilian Wolff2019-05-031-1/+1
* | Forward the CPU on which an event occurredMilian Wolff2019-05-033-7/+15
* | Send task events in time-ordered fashionMilian Wolff2019-05-022-64/+76
* | Do not override previous attributesMilian Wolff2019-05-021-9/+22
* | Forward all costs for grouped sampleMilian Wolff2019-05-023-5/+18
* | Prevent useless cache invalidationMilian Wolff2019-05-021-0/+8