[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
Fri Sep 1 18:37:34 PDT 2017
kpw updated this revision to Diff 113634.
kpw added a comment.
A few things here.
1. Added tests.
2. Added tracking so that prefix stacks can still be detected as unique.
3. Removed some unused data structures and an unimplemented option.
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.113634.patch
Type: text/x-patch
Size: 33672 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170902/3b9b6a5f/attachment.bin>
More information about the llvm-commits
mailing list