diff options
| author | Dean Michael Berris <dberris@google.com> | 2016-11-25 03:14:10 +0000 |
|---|---|---|
| committer | Dean Michael Berris <dberris@google.com> | 2016-11-25 03:14:10 +0000 |
| commit | 47119579c88d27adcdcb14bc8675d62ca5cc8e67 (patch) | |
| tree | d86c2444457c9cb5e627292fdb857550f3ee15a6 /lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp | |
| parent | d4091494d30bebaaddd82de2715754df2dbd3bcd (diff) | |
| download | bcm5719-llvm-47119579c88d27adcdcb14bc8675d62ca5cc8e67.tar.gz bcm5719-llvm-47119579c88d27adcdcb14bc8675d62ca5cc8e67.zip | |
[XRay][compiler-rt] XRay Buffer Queue
Summary:
This implements a simple buffer queue to manage a pre-allocated queue of
fixed-sized buffers to hold XRay records. We need this to support
Flight Data Recorder (FDR) mode. We also implement this as a sub-library
first to allow for development before actually using it in an
implementation.
Some important properties of the buffer queue:
- Thread-safe enqueueing/dequeueing of fixed-size buffers.
- Pre-allocation of buffers at construction.
Reviewers: majnemer, rSerge, echristo
Subscribers: mehdi_amini, mgorny, llvm-commits
Differential Revision: https://reviews.llvm.org/D26232
llvm-svn: 287910
Diffstat (limited to 'lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp')
0 files changed, 0 insertions, 0 deletions

