LLVM 19.0.0git
Classes | Namespaces | Enumerations
XRayRecord.h File Reference
#include <cstdint>
#include <vector>
#include <string>

Go to the source code of this file.

Classes

struct  llvm::xray::XRayFileHeader
 XRay traces all have a header providing some top-matter information useful to help tools determine how to interpret the information available in the trace. More...
 
struct  llvm::xray::XRayRecord
 An XRayRecord is the denormalized view of data associated in a trace. More...
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::xray
 

Enumerations

enum class  llvm::xray::RecordTypes {
  llvm::xray::ENTER , llvm::xray::EXIT , llvm::xray::TAIL_EXIT , llvm::xray::ENTER_ARG ,
  llvm::xray::CUSTOM_EVENT , llvm::xray::TYPED_EVENT
}
 Determines the supported types of records that could be seen in XRay traces. More...