LLVM  8.0.1
Public Attributes | List of all members
llvm::xray::YAMLXRayRecord Struct Reference

#include "llvm/XRay/YAMLXRayRecord.h"

Collaboration diagram for llvm::xray::YAMLXRayRecord:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 32 of file YAMLXRayRecord.h.

Member Data Documentation

◆ 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

RecordTypes llvm::xray::YAMLXRayRecord::Type

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