summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-xray
Commit message (Expand)AuthorAgeFilesLines
* [XRay] fix 99th percentile lookups by sorting the array correctlyMartin Pelikan2018-01-301-2/+5
* Remove redundant includes from tools.Michael Zolotukhin2017-12-134-15/+0
* xray-record-yaml.h: Remove unused fileDavid Blaikie2017-11-211-102/+0
* [XRay] Minimal tool to convert xray traces to Chrome's Trace Event Format.Keith Wyss2017-11-074-113/+375
* Removing default case statement from covered switch.Keith Wyss2017-10-131-8/+0
* [XRay][tools] Updated stacks tool with flamegraph output.Keith Wyss2017-10-121-19/+217
* [XRay] fix the -Werror build by handling all enum cases in switchesMartin Pelikan2017-09-272-1/+5
* [XRay] convert FDR arg1 log entriesMartin Pelikan2017-09-273-3/+6
* [XRay][tools] Support tail-call exits before we write them in the runtimeDean Michael Berris2017-09-184-3/+12
* Don't call exit from cl::PrintHelpMessage.Rafael Espindola2017-09-071-0/+1
* [XRay][tools] Function call stack based analysis tooling for XRay tracesKeith Wyss2017-09-073-1/+636
* Revert "[XRay][tools] Function call stack based analysis tooling for XRay tra...Keith Wyss2017-09-033-636/+1
* [XRay][tools] Function call stack based analysis tooling for XRay tracesKeith Wyss2017-09-033-1/+636
* [XRay][tools] Fix an accounting bug in llvm-xray accountDean Michael Berris2017-08-311-3/+31
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* [XRay][tools] Remove wayward semicolon (NFC)Dean Michael Berris2017-04-261-1/+1
* [XRay][tools] Fixup definition for stat division.Dean Michael Berris2017-04-261-3/+3
* [XRay][tools] Fixup for pedantic and permissive errors/warningsDean Michael Berris2017-04-242-3/+3
* [XRay] A tool for Comparing xray function call graphsDean Michael Berris2017-04-247-132/+786
* [XRay][tools] Add option to llvm-xray extract to symbolize functionsDean Michael Berris2017-04-181-3/+20
* [XRay][tools] Remove some assertions in llvm-xray graphDean Michael Berris2017-03-311-6/+1
* [XRay][tools] Handle "no subcommand" case for llvm-xrayDean Michael Berris2017-03-291-1/+9
* [XRAY] A Color Choosing helper for XRay GraphDean Michael Berris2017-02-255-60/+292
* [XRAY] [x86_64] Adding a Flight Data filetype reader to the llvm-xray Trace i...Dean Michael Berris2017-02-171-1/+3
* Disable wrapping llvm-xray YAML outputDimitry Andric2017-02-142-2/+2
* [XRay] A graph Class for the llvm-xray graphDean Michael Berris2017-02-102-96/+104
* Revert "[XRay] A graph Class for the llvm-xray graph"Dean Michael Berris2017-02-102-105/+96
* [XRay] A graph Class for the llvm-xray graphDean Michael Berris2017-02-102-96/+105
* [XRay] Use std::errc::invalid_argument instead of std::errc::bad_messageDean Michael Berris2017-02-011-1/+1
* [XRay] Define the InstrumentationMap typeDean Michael Berris2017-02-016-448/+114
* Remove unused 'using' declaration. Found by clang-tidy: misc-unused-using-dec...Sylvestre Ledru2017-01-281-1/+0
* Implemented color coding and Vertex labels in XRay GraphDean Michael Berris2017-01-252-89/+345
* Remove pid_t usage from llvm-xrayPavel Labath2017-01-171-1/+3
* Add missing header to see if that clears up the buildDavid Blaikie2017-01-161-0/+1
* Attempt to fix the MSVC build by using llvm::errc instead of std::errcDavid Blaikie2017-01-161-4/+4
* [XRay] Implement the `llvm-xray graph` subcommandDavid Blaikie2017-01-163-0/+495
* [llvm-xray] Fix android buildPavel Labath2017-01-161-1/+2
* xray-account: Avoid std::errc::bad_message to appease mingw.NAKAMURA Takumi2017-01-131-1/+1
* Avoid std::errc::protocol_* to appease mingwHans Wennborg2017-01-122-2/+2
* Fix windows buildbots building llvm-xraySimon Pilgrim2017-01-122-8/+13
* [XRay] Include <numeric> for std::accumulate.Dean Michael Berris2017-01-121-0/+1
* [XRay] Implement the `llvm-xray account` subcommandDean Michael Berris2017-01-124-0/+691
* [XRay] Define the library for XRay trace logsDean Michael Berris2017-01-117-422/+26
* tools/llvm-xray: Avoid std::errc::protocol_* to appease mingw, like r285261.NAKAMURA Takumi2017-01-113-3/+3
* [XRay] Fixup includes for modules buildDean Michael Berris2017-01-101-2/+0
* [XRay] Don't include <unistd.h> unnecessarilyDean Michael Berris2017-01-101-1/+0
* [XRay] Implement `llvm-xray convert` -- trace file conversionDean Michael Berris2017-01-1010-7/+813
* Make the Error class constructor protectedMehdi Amini2016-11-111-2/+2
* xray-extract.cc: Quick fix for mingw, to avoid errc::protocol_error.NAKAMURA Takumi2016-10-271-2/+2
* [XRay] Remove unnecessary include of <unistd.h>Dean Michael Berris2016-10-261-1/+0
OpenPOWER on IntegriCloud