[PATCH] D56244: [XRay][docs] WIP: XRay Framework Usage Guide

Dean Michael Berris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 2 22:03:40 PST 2019


dberris created this revision.
dberris added a reviewer: mboerger.
Herald added a reviewer: jfb.
Herald added a subscriber: jfb.

This patch documents how the XRay framework, included in the XRay
runtime implementation in the compiler-rt project, can be used to extend
the current set of default "modes" that come with XRay by default.

In this document we try to address the most common usage patterns for
implementing XRay modes, both those used by the modes already in
compiler-rt and those that may live "out-of-tree" or "downstream".

We'll use this document to present the high level concepts, the
terminology, the semantics, and the guarantees/invariants maintained by
the XRay implementation.


https://reviews.llvm.org/D56244

Files:
  llvm/docs/XRayFramework.rst

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56244.179997.patch
Type: text/x-patch
Size: 19520 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190103/dc35e2c2/attachment.bin>


More information about the llvm-commits mailing list