[PATCH] D21987: [XRay] Initial XRay Function Call Accounting Tool

Dean Michael Berris via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 22 23:35:25 PDT 2016


dberris updated this revision to Diff 68957.
dberris added a comment.

Implement llvm-xray account, subset of xray-fc-account.


https://reviews.llvm.org/D21987

Files:
  test/CMakeLists.txt
  test/tools/llvm-xray/X86/extract-json.ll
  tools/CMakeLists.txt
  tools/llvm-xray/CMakeLists.txt
  tools/llvm-xray/func-id-helper.cc
  tools/llvm-xray/func-id-helper.h
  tools/llvm-xray/llvm-xray.cc
  tools/llvm-xray/xray-account.cc
  tools/llvm-xray/xray-account.h
  tools/llvm-xray/xray-extract.cc
  tools/llvm-xray/xray-extract.h
  tools/llvm-xray/xray-fc-account.cc
  tools/llvm-xray/xray-log-reader.cc
  tools/llvm-xray/xray-log-reader.h
  tools/llvm-xray/xray-record.h
  tools/llvm-xray/xray-sleds.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21987.68957.patch
Type: text/x-patch
Size: 56760 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160823/c4cabc19/attachment.bin>


More information about the llvm-commits mailing list