[PATCH] D61946: [xray] Remove usage of procid_t

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 25 13:44:57 PDT 2019


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

lgtm, the serialized types are uint32_t:

  struct alignas(32) XRayRecord {
  ...
    // The thread ID for the currently running thread.
    uint32_t TId = 0;
  
    // The ID of process that is currently running
    uint32_t PId = 0;


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61946/new/

https://reviews.llvm.org/D61946





More information about the llvm-commits mailing list