Home
last modified time | relevance | path

Searched defs:XRayRecord (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DXRayRecord.h69 struct XRayRecord { struct
74 uint16_t RecordType;
77 uint16_t CPU;
80 RecordTypes Type;
83 int32_t FuncId;
86 uint64_t TSC;
89 uint32_t TId;
92 uint32_t PId;
95 std::vector<uint64_t> CallArgs;
98 std::string Data;
/freebsd/contrib/llvm-project/compiler-rt/include/xray/
H A Dxray_records.h72 struct alignas(32) XRayRecord { struct
76 uint16_t RecordType = RecordTypes::NORMAL;
79 uint8_t CPU = 0;
104 static_assert(sizeof(XRayRecord) == 32, "XRayRecord != 32 bytes"); argument