[PATCH] D21982: WIP: Implement a per-thread inmemory log

Dean Michael Berris via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 5 00:26:22 PDT 2016


dberris created this revision.
dberris added reviewers: echristo, kcc.
dberris added a subscriber: llvm-commits.
dberris added a dependency: D21612: Work-in-Progress compiler-rt prototype for XRay runtime..
Herald added a subscriber: mehdi_amini.

Depends on D21612 which implements the building blocks for the compiler-rt
implementation of the XRay runtime. We use a naive in-memory log of fixed-size
entries that get written out to a log file when the buffers are full, and when
the thread exits.

http://reviews.llvm.org/D21982

Files:
  lib/xray/CMakeLists.txt
  lib/xray/xray_inmemory_log.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21982.62718.patch
Type: text/x-patch
Size: 4754 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160705/6c77b5c8/attachment.bin>


More information about the llvm-commits mailing list