summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/4.3'HEADmasterEike Ziller30 hours1-0/+2
|\
| * Merge remote-tracking branch 'origin/4.2' into 4.34.3Eike Ziller31 hours1-0/+2
| |\ |/ /
| * Add dummy targets for docs and install_docs4.2Eike Ziller2 days1-0/+2
* | Remove obsolete forward declarationMilian Wolff9 days1-2/+0
* | Fix compile against Qt older than Qt 5.8Milian Wolff9 days1-1/+1
* | Remove obsolete commentMilian Wolff9 days1-9/+0
* | Also add benchmarks for elfmap's findElf functionalityMilian Wolff10 days1-0/+87
* | Add benchmarks for various usage scenarios of the elfmapMilian Wolff10 days1-0/+66
* | Do not try to resolve file paths for non-file-backed elf sectionsMilian Wolff10 days1-1/+6
* | Do not invalidate caches when non-file-backed sections get overwrittenMilian Wolff10 days2-11/+49
* | Default to the target system architectureMilian Wolff10 days3-4/+30
* | Drop the ebl strtab filesUlf Hermann2017-02-155-1089/+1
* | Fix test when kallsyms mapping is disabled/brokenMilian Wolff2017-02-101-1/+8
* | Tests don't need GUI to runMilian Wolff2017-02-104-2/+4
* | Chop off trailing zero bytes from PerfStringFeature valuesMilian Wolff2017-02-091-0/+12
* | Include features in outputMilian Wolff2017-02-095-0/+111
* | Intern PerfEventAttributes and send the data only onceMilian Wolff2017-02-094-10/+108
* | Publish lost record eventsMilian Wolff2017-02-094-4/+15
* | Do not store PerfEventHeader used for parsing BuildIdMilian Wolff2017-02-092-5/+5
* | Add comment that explains how to get a human-readable build-idMilian Wolff2017-02-091-1/+1
* | Handle attributes without IDMilian Wolff2017-02-081-3/+10
* | Fix qbs buildChristian Kandeler2017-02-071-1/+1
* | Send global perf attributesMilian Wolff2017-02-064-0/+12
* | Fix linking of elfutils libsUlf Hermann2017-02-018-10/+38
* | Install elfutils into the application directory on windowsUlf Hermann2017-02-011-2/+8
* | Actually check for the availability of powerof2Ulf Hermann2017-02-011-0/+5
* | Define __BEGIN_DECLS and __END_DECLS if necessaryUlf Hermann2017-02-011-0/+6
* | Avoid compiler warningUlf Hermann2017-02-011-1/+1
* | Don't set RPATH on non-linux platformsUlf Hermann2017-02-012-9/+15
* | Explicitly specify dependencies on all the elfutils headers we needUlf Hermann2017-02-0111-4/+23
* | Add missing files to ppc64 backendUlf Hermann2017-02-012-1/+12
* | Fix sparc and s390 backendsUlf Hermann2017-02-0110-9/+60
* | Fix link order for x86 based backendsUlf Hermann2017-02-012-2/+6
* | Resolve kernel addresses to symbols using /proc/kallsyms mappingMilian Wolff2017-02-0113-10/+323
* | Set stdout to O_BINARY on windows before writing to itUlf Hermann2017-02-011-0/+5
* | Replace tabs with spacesUlf Hermann2017-01-301-27/+27
* | Calculate fixed binary lengths instead of using sizeof()Ulf Hermann2017-01-307-18/+47
* | Upgrade elfutils to 0.168Ulf Hermann2017-01-17391-3618/+6947
* | Fix elf registering once and for allUlf Hermann2017-01-135-40/+113
* | Drop pid/tid/time from location and symbol definitionsUlf Hermann2017-01-101-6/+2
* | Optimize: Only send strings once over the wireMilian Wolff2017-01-104-32/+63
* | Ignore non-executable elf mappingsMilian Wolff2017-01-062-1/+8
* | Improve building of testsUlf Hermann2017-01-041-2/+2
* | 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