enum class RecordTypes

Description

Determines the supported types of records that could be seen in XRay traces. This may or may not correspond to actual record types in the raw trace (as the loader implementation may synthesize this information in the process of of loading).

Declared at: llvm/include/llvm/XRay/XRayRecord.h:57

Enumerators

NameValueComment
ENTER0
EXIT1
TAIL_EXIT2
ENTER_ARG3
CUSTOM_EVENT4
TYPED_EVENT5