Home
last modified time | relevance | path

Searched refs:CUSTOM_EVENT (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DInstrumentationMap.h40 enum class FunctionKinds { ENTRY, EXIT, TAIL, LOG_ARGS_ENTER, CUSTOM_EVENT }; enumerator
114 xray::SledEntry::FunctionKinds::CUSTOM_EVENT);
H A DXRayRecord.h62 CUSTOM_EVENT, enumerator
H A DYAMLXRayRecord.h61 IO.enumCase(Type, "custom-event", xray::RecordTypes::CUSTOM_EVENT);
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DFDRTraceExpander.cpp46 CurrentRecord.Type = RecordTypes::CUSTOM_EVENT; in visit()
61 CurrentRecord.Type = RecordTypes::CUSTOM_EVENT; in visit()
H A DRecordPrinter.cpp98 case RecordTypes::CUSTOM_EVENT: in visit()
H A DInstrumentationMap.cpp191 SledEntry::FunctionKinds::CUSTOM_EVENT}; in loadObj()
H A DProfile.cpp378 case RecordTypes::CUSTOM_EVENT: in profileFromTrace()
/freebsd/contrib/llvm-project/compiler-rt/include/xray/
H A Dxray_interface.h28 CUSTOM_EVENT = 4, enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-converter.cpp146 case RecordTypes::CUSTOM_EVENT: in exportAsRAWv1()
300 case RecordTypes::CUSTOM_EVENT: in exportAsChromeTraceEventFormat()
H A Dxray-account.cpp174 case RecordTypes::CUSTOM_EVENT: in accountRecord()
439 case RecordTypes::CUSTOM_EVENT: in format()
H A Dxray-stacks.cpp367 case RecordTypes::CUSTOM_EVENT: in accountRecord()
H A Dxray-graph.cpp268 case RecordTypes::CUSTOM_EVENT: in accountRecord()
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_logging.cpp515 case XRayEntryType::CUSTOM_EVENT: in fdrLoggingHandleArg0()
545 case XRayEntryType::CUSTOM_EVENT: in fdrLoggingHandleArg1()
H A Dxray_interface.cpp169 case XRayEntryType::CUSTOM_EVENT: in patchSled()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h337 CUSTOM_EVENT = 4, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1196 recordSled(CurSled, MI, SledKind::CUSTOM_EVENT, 2); in LowerPATCHABLE_EVENT_CALL()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp481 recordSled(CurSled, MI, SledKind::CUSTOM_EVENT, 2); in LowerPATCHABLE_EVENT_CALL()