LLVM: llvm::xray::YAMLXRayRecord Struct Reference (original) (raw)

#include "[llvm/XRay/YAMLXRayRecord.h](YAMLXRayRecord%5F8h%5Fsource.html)"

Public Attributes
uint16_t RecordType
uint16_t CPU
RecordTypes Type
int32_t FuncId
std::string Function
uint64_t TSC
uint32_t TId
uint32_t PId
std::vector< uint64_t > CallArgs
std::string Data

Definition at line 28 of file YAMLXRayRecord.h.

CallArgs

std::vector<uint64_t> llvm::xray::YAMLXRayRecord::CallArgs

CPU

uint16_t llvm::xray::YAMLXRayRecord::CPU

Data

std::string llvm::xray::YAMLXRayRecord::Data

FuncId

int32_t llvm::xray::YAMLXRayRecord::FuncId

Function

std::string llvm::xray::YAMLXRayRecord::Function

PId

uint32_t llvm::xray::YAMLXRayRecord::PId

RecordType

uint16_t llvm::xray::YAMLXRayRecord::RecordType

TId

uint32_t llvm::xray::YAMLXRayRecord::TId

TSC

uint64_t llvm::xray::YAMLXRayRecord::TSC

Type


The documentation for this struct was generated from the following file: