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

#include <YAMLXRayRecord.h>

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

Public Attributes

uint16_t RecordType
 
uint8_t CPU
 
RecordTypes Type
 
int32_t FuncId
 
std::string Function
 
uint64_t TSC
 
uint32_t TId
 

Detailed Description

Definition at line 32 of file YAMLXRayRecord.h.

Member Data Documentation

uint8_t llvm::xray::YAMLXRayRecord::CPU
int32_t llvm::xray::YAMLXRayRecord::FuncId
std::string llvm::xray::YAMLXRayRecord::Function
uint16_t llvm::xray::YAMLXRayRecord::RecordType
uint32_t llvm::xray::YAMLXRayRecord::TId
uint64_t llvm::xray::YAMLXRayRecord::TSC
RecordTypes llvm::xray::YAMLXRayRecord::Type

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