summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* If dwfl_module_getsrc fails, iterate CUs to find source file/linev4.7.2v4.7.1v4.7.0-rc1v4.7.04.7Ulf Hermann2018-06-201-0/+26
* Switch to dynamic buffering when encountering trace pointsv4.7.0-beta2Ulf Hermann2018-06-072-16/+42
* Fix build with namespaced Qtv4.7.0-beta1Christian Stenger2018-05-291-1/+1
* Don't look for ELF files in /devUlf Hermann2018-05-221-1/+2
* Send auxiliary timestamped messages in order with samplesUlf Hermann2018-05-222-5/+14
* Adapt event buffering to time order violationsUlf Hermann2018-05-223-37/+136
* Don't repeatedly report unsuitable modules for an addressUlf Hermann2018-05-173-3/+23
* Bump version numberUlf Hermann2018-05-151-1/+1
* Don't duplicate the first user frame when resolving callchainsUlf Hermann2018-04-231-10/+11
* Exit gracefully when the remote end closes the connectionUlf Hermann2018-04-201-4/+7
* Don't read past the end of the device when parsing tracing dataUlf Hermann2018-04-203-9/+17
* Report an error if the device closes before we can read the headerUlf Hermann2018-04-161-0/+2
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-02-012-15/+26
|\
| * Don't try to unwind a stack if we fail to attach the dwflv4.6.2v4.6.1v4.6.0-rc1v4.6.0-beta1v4.6.04.6Ulf Hermann2018-01-261-0/+3
| * Try to unwind the user stack even if IP is in kernel spaceUlf Hermann2018-01-252-16/+26
| * When analyzing samples in kernel space, use kernel symbolsUlf Hermann2018-01-251-10/+8
* | Deduce the perf header sizes from the actual dataUlf Hermann2018-01-292-10/+41
* | Buffer non-pipe perf.data in a temporary file when streamedUlf Hermann2018-01-265-29/+110
* | Generalize the "input closed" mechanismUlf Hermann2018-01-261-16/+6
* | Make PerfStdin behave more like other QIODevicesUlf Hermann2018-01-268-14/+230
* | Make some error messages more verboseUlf Hermann2018-01-261-2/+2
* | Report failed memory requests in hexUlf Hermann2018-01-261-1/+1
* | Check for valid ELF file already on registerElfUlf Hermann2018-01-252-26/+78
* | Use dwfl_report_begin/_end correctlyUlf Hermann2018-01-251-1/+10
* | Use newRow() rather than addRow() in testsUlf Hermann2018-01-251-4/+4
* | Return default architecture as const char *Ulf Hermann2018-01-252-2/+2
* | Improve error messages for failures to register ELFsUlf Hermann2018-01-232-4/+3
* | Make it cheaper to flush the symbol table cacheUlf Hermann2018-01-231-2/+2
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-01-190-0/+0
|\|
| * Merge remote-tracking branch 'origin/master' into 4.6Eike Ziller2018-01-175-23/+27
| |\ | |/ |/|
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-01-171-1/+1
|\|
| * Increment version numberUlf Hermann2018-01-151-1/+1
* | Avoid number conversion issuesUlf Hermann2018-01-165-23/+27
|/
* Add new members for perf event attributes structUlf Hermann2017-12-072-5/+38
* Use nullptr rather than 0 or NULL for null pointersUlf Hermann2017-12-074-19/+26
* Apply coding standard to includesUlf Hermann2017-12-0724-49/+64
* Change header guards to "#pragma once"Ulf Hermann2017-12-0712-49/+13
* Merge remote-tracking branch 'origin/4.5'Ulf Hermann2017-12-066-56/+74
|\
| * Allow more variants of architecture namesv4.5.2v4.5.1v4.5.04.5Ulf Hermann2017-12-013-26/+45
| * Be backwards compatible when reading perf event attributesUlf Hermann2017-12-012-18/+22
* | Parse tracing data and expose it to the clientUlf Hermann2017-11-3018-50/+826
* | Add a (partial so far) sanity checker for generated tracesUlf Hermann2017-11-283-0/+276
* | Finish the round when manually finalizing a sessionUlf Hermann2017-11-152-4/+8
* | Initialize PerfRecordSample::m_weightUlf Hermann2017-11-151-1/+1
* | Read the contentSize of a stack sample only if section size > 0Ulf Hermann2017-11-154-7/+42
* | Fix the width of error codes at 32 bitsUlf Hermann2017-11-102-2/+3
* | Keep PerfEventAttributes in a vector rather than a hashUlf Hermann2017-11-104-57/+4
* | Add the qbs files as OTHER_FILES to qmake projectsUlf Hermann2017-11-097-0/+14
* | Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-10-091-8/+23
|\|
| * Retry a few times when connecting to a tcp hostv4.5.0-rc1v4.5.0-beta1Ulf Hermann2017-10-061-7/+22