summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Force samples to be sent, even if they are uselessv3.6.1v3.6.0-rc1v3.6.03.6Ulf Hermann2015-11-101-12/+18
* Eliminate PerfUnwind::pid()Ulf Hermann2015-11-102-12/+10
* Buffer samples before analyzing themUlf Hermann2015-11-104-4/+25
* Remove overly verbose warningsUlf Hermann2015-11-102-18/+2
* Coding styleUlf Hermann2015-11-051-3/+2
* Report symbol addresses as absolute valuesUlf Hermann2015-11-031-6/+4
* Fix dependencies for i386/x86_64 disasmv3.6.0-beta1Ulf Hermann2015-10-202-2/+6
* Build with system elfutils unless told to use bundled onesUlf Hermann2015-10-122-10/+18
* Fix compilation on 32 bitsUlf Hermann2015-09-112-3/+17
* Adjust addresses by offset before looking up file and lineUlf Hermann2015-09-071-1/+1
* Upgrade to elfutils 0.163Ulf Hermann2015-09-0497-1338/+2405
* Look for application binary recursivelyUlf Hermann2015-09-041-2/+2
* qbs build: Allow to use elfutils provided by the system.Christian Kandeler2015-08-273-7/+19
* Cut null characters from the end of command and file namesUlf Hermann2015-08-271-0/+7
* Allow specification of install targets and destdirsUlf Hermann2015-08-2631-95/+107
* Avoid casting from ASCII to QStringUlf Hermann2015-07-271-16/+19
* Merge "Merge remote-tracking branch 'origin/stable'"Ulf Hermann2015-07-080-0/+0
|\
| * Merge remote-tracking branch 'origin/stable'Ulf Hermann2015-06-293-18/+13
| |\
* | \ Merge remote-tracking branch 'origin/stable'Ulf Hermann2015-05-153-18/+13
|\ \ \ | |/ / |/| / | |/
| * Avoid freopen()'ing stdinstableUlf Hermann2015-04-201-3/+0
| * Use deferred execution and remove the exitCode variableUlf Hermann2015-04-151-13/+11
| * Make sure flex and bison are used, not some other variant of lex/yaccUlf Hermann2015-04-141-2/+2
|/
* Support "make install" by defining which files to installUlf Hermann2015-04-1314-13/+19
* Add qbs project files.Christian Kandeler2015-04-0936-0/+935
* Restore original file position after attributes and features.Christian Kandeler2015-04-081-0/+2
* Fix memory leaks.Christian Kandeler2015-04-082-13/+14
* Split mmaps when they get overridden and report files we don't findUlf Hermann2015-04-022-17/+50
* Actually delete the demangled char * once we're done with itUlf Hermann2015-04-021-1/+2
* Restrict the unwinder to a maximum call chain depthUlf Hermann2015-04-022-1/+3
* Drop -liberty link flagUlf Hermann2015-03-301-1/+1
* 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