summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | Don't fail testProc for bad kptr_restrict or perf_event_paranoidMilian Wolff2019-05-031-0/+19
* | Treat [kernel.kallsyms]_text as a special sectionThomas McGuire2019-05-031-2/+2
* | Ignore kallsyms mappings with address 0Thomas McGuire2019-05-032-20/+26
* | Halt perfparser when PERFPARSER_DEBUG_WAIT is setThomas McGuire2019-05-031-1/+14
* | Support (null) as address in kallsymsMilian Wolff2019-05-032-2/+10
* | 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
* | Only invalidate symbol cache when a previously used elf gets invalidatedMilian Wolff2019-05-024-52/+65
* | Cache address location information per elf fileMilian Wolff2019-05-0213-15/+211
* | Add support for PERF_RECORD_SWITCH events and forward them to clientsMilian Wolff2019-05-024-3/+92
* | Add manual symbol resolution for addresses in the plt sectionMilian Wolff2019-05-021-7/+146
* | Keep address for frames without known symbolMilian Wolff2019-05-021-1/+0
* | Forward information on sampling frequency/period for eventsMilian Wolff2019-05-023-2/+6
* | Create fake symbols for addresses in .plt sectionMilian Wolff2019-05-021-0/+35
|/
* Detect the presence of elfutils and don't build if it's unavailableUlf Hermann2018-12-201-35/+44
* Bump version number to 4.9Ulf Hermann2018-12-201-1/+1
* Merge remote-tracking branch 'origin/4.8'Ulf Hermann2018-12-201-1/+1
|\
| * Bump the version numberv4.8.2v4.8.14.8Ulf Hermann2018-12-201-1/+1
* | Fix perfdata testUlf Hermann2018-12-201-8/+8
* | Remove unused qmake functionUlf Hermann2018-12-201-5/+0
* | Do the rpath fixup on linux also when building with clangUlf Hermann2018-12-201-1/+1
* | Report base mapping to dwfl when we need the module for an pgoff mmapMilian Wolff2018-10-235-11/+45
* | Don't split mmaps that cover the same region with the same contentsUlf Hermann2018-10-222-3/+58
* | Use stable_sort instead of sort in PerfUnwind::flushEventBufferMilian Wolff2018-10-221-2/+5
* | Output the pid when we fail to report an elfMilian Wolff2018-10-221-4/+4