summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fix parallel build of i386_gendisJoerg Bornemann2015-03-261-4/+3
* Build the necessary parts of libcpu into the i386 and x86_64 backendsUlf Hermann2015-03-1818-1/+5793
* Send COMM events separately.Ulf Hermann2015-03-183-11/+18
* Unwind from DWARF/THUMB interworking symbolsUlf Hermann2015-03-064-4/+47
* Reduce noise a bitUlf Hermann2015-03-061-7/+1
* Fix rpath to take new 3rdparty directory into accountUlf Hermann2015-03-051-1/+1
* Allow multiple extra paths to be specifiedUlf Hermann2015-03-051-2/+9
* Allow reading from DSO memoryUlf Hermann2015-03-051-8/+39
* Retrieve file/line/column information for samplesUlf Hermann2015-03-042-10/+26
* Get rid of libbfd dependency by using gcc's __cxa_demangle insteadUlf Hermann2015-03-042-6/+10
* Add elfutils to source tree and integrate build systemUlf Hermann2015-03-04590-38/+78876
* Parse Fork and Exit events, and add a type to events passed on.Ulf Hermann2015-03-044-29/+118
* Add ".debug/" to the default debug info search path.Ulf Hermann2015-03-021-2/+3
* fix help outputJoerg Bornemann2015-02-191-3/+3
* Use the CPU mode frames to report if symbols are in the kernelUlf Hermann2015-02-162-17/+44
* Take care of ARM .symtab weirdness when looking up symbolsUlf Hermann2015-02-161-4/+14
* Introduce symbolic constants for CPU architecturesUlf Hermann2015-02-165-17/+31
* Add informative comment from kernel about symtabs on ARMUlf Hermann2015-02-161-0/+9
* Use libdw's recommendation to retrieve symbol informationUlf Hermann2015-02-161-1/+4
* Lookup the smybol start address and return that rather than the raw IPUlf Hermann2015-02-162-12/+15
* Don't save events but directly stream themUlf Hermann2015-02-165-122/+126
* Allow reading and writing data from/to various placesUlf Hermann2015-02-1611-138/+443
* Retrieve sampleType and sampleIdAll only onceUlf Hermann2015-02-161-6/+8
* Wrap stdin into a well-behaved QIODeviceUlf Hermann2015-02-163-2/+109
* Implement perf's stream data formatUlf Hermann2015-02-168-102/+200
* Make reporting of ELFs to libdw more robustUlf Hermann2015-02-162-10/+20
* Implement callchain resolution.Ulf Hermann2015-02-164-37/+56
* Demangle C++ symbols with libbfdUlf Hermann2015-02-162-12/+22
* Look up register values correctly.Ulf Hermann2015-02-164-11/+31
* Parse MMAP2 events.Ulf Hermann2015-02-164-80/+157
* Return sensible error codes in all casesUlf Hermann2015-02-161-6/+11
* Clean up debug outputUlf Hermann2015-02-166-91/+34
* Properly arrange includesUlf Hermann2015-02-168-19/+23
* Add license headersUlf Hermann2015-02-1616-0/+974
* Remove useless filesUlf Hermann2015-02-164-72/+0
* coding styleUlf Hermann2015-02-163-222/+221
* Fix some oversights in the parserUlf Hermann2015-02-164-20/+8
* Ignore postfix stack sizes in samples.Ulf Hermann2014-08-211-1/+6
* hain-report elf objects from frame callbackUlf Hermann2014-08-213-24/+53
* Some stacktraces, finallyUlf Hermann2014-08-216-50/+161
* initialUlf Hermann2014-08-2119-0/+2011