Searched refs:CUSTOM_EVENT (Results 1 – 17 of 17) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/ |
H A D | InstrumentationMap.h | 40 enum class FunctionKinds { ENTRY, EXIT, TAIL, LOG_ARGS_ENTER, CUSTOM_EVENT }; enumerator 114 xray::SledEntry::FunctionKinds::CUSTOM_EVENT);
|
H A D | XRayRecord.h | 62 CUSTOM_EVENT, enumerator
|
H A D | YAMLXRayRecord.h | 61 IO.enumCase(Type, "custom-event", xray::RecordTypes::CUSTOM_EVENT);
|
/freebsd/contrib/llvm-project/llvm/lib/XRay/ |
H A D | FDRTraceExpander.cpp | 46 CurrentRecord.Type = RecordTypes::CUSTOM_EVENT; in visit() 61 CurrentRecord.Type = RecordTypes::CUSTOM_EVENT; in visit()
|
H A D | RecordPrinter.cpp | 98 case RecordTypes::CUSTOM_EVENT: in visit()
|
H A D | InstrumentationMap.cpp | 191 SledEntry::FunctionKinds::CUSTOM_EVENT}; in loadObj()
|
H A D | Profile.cpp | 378 case RecordTypes::CUSTOM_EVENT: in profileFromTrace()
|
/freebsd/contrib/llvm-project/compiler-rt/include/xray/ |
H A D | xray_interface.h | 28 CUSTOM_EVENT = 4, enumerator
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-converter.cpp | 146 case RecordTypes::CUSTOM_EVENT: in exportAsRAWv1() 300 case RecordTypes::CUSTOM_EVENT: in exportAsChromeTraceEventFormat()
|
H A D | xray-account.cpp | 174 case RecordTypes::CUSTOM_EVENT: in accountRecord() 439 case RecordTypes::CUSTOM_EVENT: in format()
|
H A D | xray-stacks.cpp | 367 case RecordTypes::CUSTOM_EVENT: in accountRecord()
|
H A D | xray-graph.cpp | 268 case RecordTypes::CUSTOM_EVENT: in accountRecord()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_fdr_logging.cpp | 515 case XRayEntryType::CUSTOM_EVENT: in fdrLoggingHandleArg0() 545 case XRayEntryType::CUSTOM_EVENT: in fdrLoggingHandleArg1()
|
H A D | xray_interface.cpp | 169 case XRayEntryType::CUSTOM_EVENT: in patchSled()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | AsmPrinter.h | 337 CUSTOM_EVENT = 4, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86MCInstLower.cpp | 1196 recordSled(CurSled, MI, SledKind::CUSTOM_EVENT, 2); in LowerPATCHABLE_EVENT_CALL()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64AsmPrinter.cpp | 481 recordSled(CurSled, MI, SledKind::CUSTOM_EVENT, 2); in LowerPATCHABLE_EVENT_CALL()
|