summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-xray
Commit message (Expand)AuthorAgeFilesLines
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-67/+64
* [Xray] llvm-xray fix possible segfaultDavid Carlier2018-09-181-2/+5
* [XRay] Add the `llvm-xray fdr-dump` implementationDean Michael Berris2018-09-112-0/+120
* [XRay][tools] Use Support/JSON.h in llvm-xray convertDean Michael Berris2018-08-031-61/+48
* llvm-xray: Broken chrome trace event format outputDean Michael Berris2018-07-241-0/+3
* [XRay][compiler-rt] Add PID field to llvm-xray tool and add PID metadata reco...Dean Michael Berris2018-07-132-18/+34
* Clean up some code in Program.Zachary Turner2018-06-082-6/+4
* Support: Simplify endian stream interface. NFCI.Peter Collingbourne2018-05-181-1/+1
* Inline contents of LLVM_XRAY_TOOLS variable into its only use.Nico Weber2018-05-091-8/+4
* use LLVM's standard CMakeLists.txt layout for llvm-xrayNico Weber2018-05-031-3/+8
* [XRay][tools] Rename llvm-xray filenames from .cc -> .cpp (NFC)Dean Michael Berris2018-05-0211-19/+19
* Don't list a source file twice.Nico Weber2018-04-251-1/+0
* [tools] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-011-67/+67
* [XRay] cache symbolized function names for a repeatedly queried function IDMartin Pelikan2018-03-012-1/+9
* [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
OpenPOWER on IntegriCloud