[PATCH] D34863: [XRay][tools] Function call stack based analysis tooling for XRay traces

Keith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 2 15:21:11 PDT 2017


kpw updated this revision to Diff 113660.
kpw marked 16 inline comments as done.
kpw added a comment.

Read through some of the earlier comments and switched to make use of STLExtras.h

I think this is now tested and is ready to submit finally. As Dean pointed out, we
can come back to it and make lots of changes, but it's ready to be useful.


https://reviews.llvm.org/D34863

Files:
  test/tools/llvm-xray/X86/stack-empty-case.yaml
  test/tools/llvm-xray/X86/stack-keep-going.yaml
  test/tools/llvm-xray/X86/stack-multithread.yaml
  test/tools/llvm-xray/X86/stack-simple-case.yaml
  tools/llvm-xray/CMakeLists.txt
  tools/llvm-xray/xray-record-yaml.h
  tools/llvm-xray/xray-stacks.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34863.113660.patch
Type: text/x-patch
Size: 33918 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170902/faa63fe9/attachment.bin>


More information about the llvm-commits mailing list