[PATCH] D37964: [XRay][tools] Support tail-call exits before we write them in the runtime

Dean Michael Berris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 17 21:34:05 PDT 2017


dberris created this revision.

This change adds support for explicit tail-exit records to be written by
the XRay runtime. This lets us differentiate the tail exit
records/events in the log, and allows us to treat those exit events
especially in the future. For now we allow printing those out in YAML
(and reading them in).


https://reviews.llvm.org/D37964

Files:
  include/llvm/XRay/XRayRecord.h
  include/llvm/XRay/YAMLXRayRecord.h
  lib/XRay/Trace.cpp
  tools/llvm-xray/xray-account.cc
  tools/llvm-xray/xray-converter.cc
  tools/llvm-xray/xray-graph.cc
  tools/llvm-xray/xray-stacks.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37964.115593.patch
Type: text/x-patch
Size: 5642 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170918/ea92ffc9/attachment.bin>


More information about the llvm-commits mailing list