[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
Tue Aug 29 03:21:14 PDT 2017


kpw updated this revision to Diff 113049.
kpw marked 18 inline comments as done.
kpw added a comment.

Got a working implementation and added some options for thread breakdown.

Will have to come back and tweak some LNT tests and check on the variable
name styles, but I was able to get some confidence by running the command
and manually verifying the outputs. I wanted to back up to Phabricator.


https://reviews.llvm.org/D34863

Files:
  test/tools/llvm-xray/X86/stack-keep-going.yaml
  test/tools/llvm-xray/X86/stack-multithread.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.113049.patch
Type: text/x-patch
Size: 28009 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170829/aa1ba22d/attachment.bin>


More information about the llvm-commits mailing list