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
Name | Value | Comment |
---|---|---|
ENTER | 0 | |
EXIT | 1 | |
TAIL_EXIT | 2 | |
ENTER_ARG | 3 | |
CUSTOM_EVENT | 4 | |
TYPED_EVENT | 5 |