summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Add test for overwriting elfmapsMilian Wolff2017-01-031-0/+36
* | Add first auto test for the elfmapMilian Wolff2017-01-039-0/+123
* | Extract logic around sorted list of mmaped elfs into separate fileMilian Wolff2017-01-036-74/+170
* | Drop pointless error handling when failing to read featuresUlf Hermann2016-12-211-5/+1
* | Make the PID part of the location informationUlf Hermann2016-12-193-8/+12
* | Keep the PID in PerfSymbolTableUlf Hermann2016-12-193-8/+11
* | Fix typoUlf Hermann2016-12-191-1/+1
* | Optimize map iterationUlf Hermann2016-12-121-1/+2
* | Make sure we don't compare const iterators to non-const onesUlf Hermann2016-12-121-9/+9
* | Explicitly convert run lengths to little endian and add headerUlf Hermann2016-12-081-1/+8
* | Fix typo in attribute resolutionUlf Hermann2016-12-071-1/+1
* | Merge remote-tracking branch 'origin/4.2'Eike Ziller2016-12-051-1/+1
|\|
| * qbs build: Fix one more relative pathv4.2.1v4.2.0Christian Kandeler2016-12-021-1/+1
* | Merge remote-tracking branch 'origin/4.2'Eike Ziller2016-11-301-2/+3
|\|
| * qbs build: Don't use relative paths in product parent itemsv4.2.0-rc1Christian Kandeler2016-11-221-2/+3
* | Make argument to PerfUnwind::comm() a const referenceUlf Hermann2016-11-292-2/+2
* | Send event attributes and sample IDs when unwindingUlf Hermann2016-11-294-11/+33
* | Add methods to determine type and name of eventsUlf Hermann2016-11-292-2/+164
* | When processing samples, buffer the whole event before analyzingUlf Hermann2016-11-181-17/+21
* | Keep data from earlier stack snapshots as fallback for newer onesUlf Hermann2016-11-173-15/+27
* | Unwind inlined functionsUlf Hermann2016-11-154-18/+174
* | Keep timestamps for mmapsUlf Hermann2016-11-114-68/+86
* | Don't send the thread name with every single packetUlf Hermann2016-11-042-11/+7
* | Make sendBuffer() a member of PerfUnwindUlf Hermann2016-11-042-9/+10
* | Send symbols separately from framesUlf Hermann2016-11-034-55/+98
* | Don't send empty frame vectorsUlf Hermann2016-11-031-5/+3
* | Drop double checking of elf file before cache accessUlf Hermann2016-11-031-4/+1
* | Send symbol location ID with every code locationUlf Hermann2016-11-035-87/+70
* | Cache frame locations and assign them a 4 byte IDUlf Hermann2016-11-013-14/+74
* | Merge remote-tracking branch 'origin/4.2'Eike Ziller2016-10-241-0/+2
|\|
| * Fix build with namespaced Qtv4.2.0-beta1Christian Kandeler2016-10-131-0/+2
* | Merge remote-tracking branch 'origin/4.2'Eike Ziller2016-10-120-0/+0
|\|
| * Merge remote-tracking branch 'origin/master' into 4.2Eike Ziller2016-10-106-477/+655
| |\ | |/ |/|
* | Properly use the kernel symbol table when reading from kernel DSOsUlf Hermann2016-10-073-5/+10
* | Don't insert into QMap during iterationUlf Hermann2016-10-071-4/+10
* | Move symbol table related functions into separate classUlf Hermann2016-10-076-420/+586
* | Apply some coding styleUlf Hermann2016-10-062-79/+80
|/
* Fix qbs buildChristian Kandeler2016-08-301-1/+1
* Merge remote-tracking branch 'origin/4.1'Eike Ziller2016-08-151-0/+1
|\
| * qbs build: Add missing library dependencyv4.1.0-rc1v4.1.04.1Christian Kandeler2016-07-251-0/+1
* | Merge remote-tracking branch 'origin/4.1'Eike Ziller2016-06-280-0/+0
|\|
| * Merge remote-tracking branch 'origin/master' into 4.1v4.1.0-beta1Eike Ziller2016-06-220-0/+0
| |\ | |/ |/|
* | Merge remote-tracking branch 'origin/4.1'Eike Ziller2016-06-222-0/+2
|\|
| * Fix qbs build.Christian Kandeler2016-06-212-0/+2
|/
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-06-169-55/+66
|\
| * Extract generation of extra files into own .pro filesv4.0.3v4.0.24.0Ulf Hermann2016-06-099-55/+66
* | qbs build: Adapt to introduction of qtc module.Christian Kandeler2016-06-082-3/+7
* | Un-break and re-enable elfutils qbs build.Christian Kandeler2016-05-2612-8/+53
* | Install the executable also when building with qbs.Christian Kandeler2016-04-251-3/+1
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-03-237-42/+130
|\|