summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-xray
Commit message (Expand)AuthorAgeFilesLines
* [xray] Remove cl::sub from alias optionsShoaib Meenai2020-01-096-78/+41
* [llvm-objdump] Add warning messages if disassembly + source for problematic i...Michael Pozulp2019-08-151-1/+1
* Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin2019-08-061-1/+1
* Revert "[llvm-objdump] Re-commit r367284."Michael Pozulp2019-08-051-1/+1
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-055-6/+6
* [llvm-objdump] Re-commit r367284.Michael Pozulp2019-08-041-1/+1
* Revert "[llvm-objdump] Add warning messages if disassembly + source for probl...Michael Pozulp2019-07-301-1/+1
* [llvm-objdump] Add warning messages if disassembly + source for problematic i...Michael Pozulp2019-07-301-1/+1
* [Support] Move llvm::MemoryBuffer to sys::fs::file_tReid Kleckner2019-07-101-5/+6
* [xray] Remove usage of procid_tAlexandre Ganea2019-06-262-12/+3
* Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFCFangrui Song2019-06-211-4/+2
* Symbolize: Replace the Options constructor with in-class initialization. NFCI.Peter Collingbourne2019-06-115-15/+5
* Break false dependencies on target librariesDaniel Sanders2019-05-231-1/+0
* [DebugInfo] add SectionedAddress to DebugInfo interfaces.Alexey Lapshin2019-02-271-2/+12
* [XRay][tools] Revert "Use Support/JSON.h in llvm-xray convert"Roman Lebedev2019-02-251-48/+61
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1919-76/+57
* [XRay] Add a helper function sortByKey to simplify codeFangrui Song2018-12-111-68/+31
* [Support] Make error banner optional in logAllUnhandledErrorsJonas Devlieghere2018-11-111-1/+1
* [XRay] Update XRayRecord to support Custom/Typed EventsDean Michael Berris2018-11-064-18/+46
* 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
OpenPOWER on IntegriCloud