[PATCH] D49025: [XRay] basic mode PID and TID always fetch

Henry Zhu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 9 10:46:50 PDT 2018


Maknee updated this revision to Diff 154641.
Maknee added a comment.

Replaced getpid() with internal_getpid(). Removed TID field from TLD and removed references to the TID field.


https://reviews.llvm.org/D49025

Files:
  compiler-rt/include/xray/xray_records.h
  compiler-rt/lib/xray/xray_basic_logging.cc
  compiler-rt/test/xray/TestCases/Posix/fork_basic_logging.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49025.154641.patch
Type: text/x-patch
Size: 6556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180709/a48707ce/attachment.bin>


More information about the llvm-commits mailing list