summaryrefslogtreecommitdiff
path: root/tools/llvm-xray
AgeCommit message (Expand)Author
2017-12-13Remove redundant includes from tools.Michael Zolotukhin
2017-11-21xray-record-yaml.h: Remove unused fileDavid Blaikie
2017-11-07[XRay] Minimal tool to convert xray traces to Chrome's Trace Event Format.Keith Wyss
2017-10-13Removing default case statement from covered switch.Keith Wyss
2017-10-12[XRay][tools] Updated stacks tool with flamegraph output.Keith Wyss
2017-09-27[XRay] fix the -Werror build by handling all enum cases in switchesMartin Pelikan
2017-09-27[XRay] convert FDR arg1 log entriesMartin Pelikan
2017-09-18[XRay][tools] Support tail-call exits before we write them in the runtimeDean Michael Berris
2017-09-07Don't call exit from cl::PrintHelpMessage.Rafael Espindola
2017-09-07[XRay][tools] Function call stack based analysis tooling for XRay tracesKeith Wyss
2017-09-03Revert "[XRay][tools] Function call stack based analysis tooling for XRay tra...Keith Wyss
2017-09-03[XRay][tools] Function call stack based analysis tooling for XRay tracesKeith Wyss
2017-08-31[XRay][tools] Fix an accounting bug in llvm-xray accountDean Michael Berris
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-04-26[XRay][tools] Remove wayward semicolon (NFC)Dean Michael Berris
2017-04-26[XRay][tools] Fixup definition for stat division.Dean Michael Berris
2017-04-24[XRay][tools] Fixup for pedantic and permissive errors/warningsDean Michael Berris
2017-04-24[XRay] A tool for Comparing xray function call graphsDean Michael Berris
2017-04-18[XRay][tools] Add option to llvm-xray extract to symbolize functionsDean Michael Berris
2017-03-31[XRay][tools] Remove some assertions in llvm-xray graphDean Michael Berris
2017-03-29[XRay][tools] Handle "no subcommand" case for llvm-xrayDean Michael Berris
2017-02-25[XRAY] A Color Choosing helper for XRay GraphDean Michael Berris
2017-02-17[XRAY] [x86_64] Adding a Flight Data filetype reader to the llvm-xray Trace i...Dean Michael Berris
2017-02-14Disable wrapping llvm-xray YAML outputDimitry Andric
2017-02-10[XRay] A graph Class for the llvm-xray graphDean Michael Berris
2017-02-10Revert "[XRay] A graph Class for the llvm-xray graph"Dean Michael Berris
2017-02-10[XRay] A graph Class for the llvm-xray graphDean Michael Berris
2017-02-01[XRay] Use std::errc::invalid_argument instead of std::errc::bad_messageDean Michael Berris
2017-02-01[XRay] Define the InstrumentationMap typeDean Michael Berris
2017-01-28Remove unused 'using' declaration. Found by clang-tidy: misc-unused-using-dec...Sylvestre Ledru
2017-01-25Implemented color coding and Vertex labels in XRay GraphDean Michael Berris
2017-01-17Remove pid_t usage from llvm-xrayPavel Labath
2017-01-16Add missing header to see if that clears up the buildDavid Blaikie
2017-01-16Attempt to fix the MSVC build by using llvm::errc instead of std::errcDavid Blaikie
2017-01-16[XRay] Implement the `llvm-xray graph` subcommandDavid Blaikie
2017-01-16[llvm-xray] Fix android buildPavel Labath
2017-01-13xray-account: Avoid std::errc::bad_message to appease mingw.NAKAMURA Takumi
2017-01-12Avoid std::errc::protocol_* to appease mingwHans Wennborg
2017-01-12Fix windows buildbots building llvm-xraySimon Pilgrim
2017-01-12[XRay] Include <numeric> for std::accumulate.Dean Michael Berris
2017-01-12[XRay] Implement the `llvm-xray account` subcommandDean Michael Berris
2017-01-11[XRay] Define the library for XRay trace logsDean Michael Berris
2017-01-11tools/llvm-xray: Avoid std::errc::protocol_* to appease mingw, like r285261.NAKAMURA Takumi
2017-01-10[XRay] Fixup includes for modules buildDean Michael Berris
2017-01-10[XRay] Don't include <unistd.h> unnecessarilyDean Michael Berris
2017-01-10[XRay] Implement `llvm-xray convert` -- trace file conversionDean Michael Berris
2016-11-11Make the Error class constructor protectedMehdi Amini
2016-10-27xray-extract.cc: Quick fix for mingw, to avoid errc::protocol_error.NAKAMURA Takumi
2016-10-26[XRay] Remove unnecessary include of <unistd.h>Dean Michael Berris
2016-10-26[XRay] Remove unnecessary include of <unistd.h>Dean Michael Berris