summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-xray/X86/account-empty-stack-error.yaml
Commit message (Collapse)AuthorAgeFilesLines
* [XRay][tools] Fix an accounting bug in llvm-xray accountDean Michael Berris2017-08-311-0/+29
Summary: Before this patch, llvm-xray account will assume that thread stacks will not be empty. Unfortunately there are cases where an instrumented function will see a call to `fork()` which will cause the child process to not see the start of the function, but only see the end of the function. The tooling cannot assume that threads will always have perfect stacks, and so we change it to support this reality. Reviewers: dblaikie Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D31870 llvm-svn: 312204
OpenPOWER on IntegriCloud