diff options
Diffstat (limited to 'include/llvm/XRay/XRayRecord.h')
-rw-r--r-- | include/llvm/XRay/XRayRecord.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/XRay/XRayRecord.h b/include/llvm/XRay/XRayRecord.h index 5c5e9f436f4a..76873447f170 100644 --- a/include/llvm/XRay/XRayRecord.h +++ b/include/llvm/XRay/XRayRecord.h @@ -75,6 +75,9 @@ struct XRayRecord { /// The thread ID for the currently running thread. uint32_t TId; + /// The process ID for the currently running process. + uint32_t PId; + /// The function call arguments. std::vector<uint64_t> CallArgs; }; |