[PATCH] D27243: Initial work on the XRay Graph tool.

Alexis Shaw via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 1 17:46:35 PST 2016


varno updated this revision to Diff 80004.
varno added a comment.

- Initial work on the XRay Graph tool.
- Responses to Phabricator comments


https://reviews.llvm.org/D27243

Files:
  test/tools/llvm-xray/X86/Inputs/elf64-objcopied-instrmap.bin
  test/tools/llvm-xray/X86/Inputs/elf64-sample-o2.bin
  test/tools/llvm-xray/X86/Inputs/naive-log-simple.xray
  test/tools/llvm-xray/X86/Inputs/simple-instrmap.yaml
  test/tools/llvm-xray/X86/Inputs/simple-xray-instrmap.yaml
  test/tools/llvm-xray/X86/account-deduce-tail-call.yaml
  test/tools/llvm-xray/X86/account-simple-case.yaml
  test/tools/llvm-xray/X86/bad-instrmap-sizes.bin
  test/tools/llvm-xray/X86/bad-instrmap-sizes.txt
  test/tools/llvm-xray/X86/convert-roundtrip.yaml
  test/tools/llvm-xray/X86/convert-to-yaml.txt
  test/tools/llvm-xray/X86/convert-with-debug-syms.txt
  test/tools/llvm-xray/X86/convert-with-standalone-instrmap.txt
  test/tools/llvm-xray/X86/convert-with-yaml-instrmap.txt
  tools/llvm-xray/CMakeLists.txt
  tools/llvm-xray/func-id-helper.cc
  tools/llvm-xray/func-id-helper.h
  tools/llvm-xray/xray-account.cc
  tools/llvm-xray/xray-account.h
  tools/llvm-xray/xray-converter.cc
  tools/llvm-xray/xray-converter.h
  tools/llvm-xray/xray-extract.cc
  tools/llvm-xray/xray-graph.cc
  tools/llvm-xray/xray-graph.h
  tools/llvm-xray/xray-log-reader.cc
  tools/llvm-xray/xray-log-reader.h
  tools/llvm-xray/xray-record-yaml.h
  tools/llvm-xray/xray-record.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27243.80004.patch
Type: text/x-patch
Size: 76971 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161202/763acee9/attachment.bin>


More information about the llvm-commits mailing list