/external/setupcompat/main/java/com/google/android/setupcompat/logging/internal/ |
D | SetupMetricsLoggingConstants.java | 31 @IntDef({MetricType.CUSTOM_EVENT, MetricType.COUNTER_EVENT, MetricType.DURATION_EVENT}) 37 int CUSTOM_EVENT = 1; field 59 MetricBundleKeys.CUSTOM_EVENT, 79 @Deprecated String CUSTOM_EVENT = "CustomEvent"; field
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
D | InstrumentationMap.h | 40 enum class FunctionKinds { ENTRY, EXIT, TAIL, LOG_ARGS_ENTER, CUSTOM_EVENT }; enumerator 111 xray::SledEntry::FunctionKinds::CUSTOM_EVENT);
|
D | XRayRecord.h | 62 CUSTOM_EVENT, enumerator
|
D | YAMLXRayRecord.h | 61 IO.enumCase(Type, "custom-event", xray::RecordTypes::CUSTOM_EVENT);
|
/external/llvm-project/llvm/include/llvm/XRay/ |
D | InstrumentationMap.h | 40 enum class FunctionKinds { ENTRY, EXIT, TAIL, LOG_ARGS_ENTER, CUSTOM_EVENT }; enumerator 114 xray::SledEntry::FunctionKinds::CUSTOM_EVENT);
|
D | XRayRecord.h | 62 CUSTOM_EVENT, enumerator
|
D | YAMLXRayRecord.h | 61 IO.enumCase(Type, "custom-event", xray::RecordTypes::CUSTOM_EVENT);
|
/external/llvm-project/llvm/lib/XRay/ |
D | FDRTraceExpander.cpp | 46 CurrentRecord.Type = RecordTypes::CUSTOM_EVENT; in visit() 61 CurrentRecord.Type = RecordTypes::CUSTOM_EVENT; in visit()
|
D | RecordPrinter.cpp | 98 case RecordTypes::CUSTOM_EVENT: in visit()
|
D | InstrumentationMap.cpp | 192 SledEntry::FunctionKinds::CUSTOM_EVENT}; in loadObj()
|
D | Profile.cpp | 378 case RecordTypes::CUSTOM_EVENT: in profileFromTrace()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
D | FDRTraceExpander.cpp | 46 CurrentRecord.Type = RecordTypes::CUSTOM_EVENT; in visit() 61 CurrentRecord.Type = RecordTypes::CUSTOM_EVENT; in visit()
|
D | RecordPrinter.cpp | 98 case RecordTypes::CUSTOM_EVENT: in visit()
|
D | InstrumentationMap.cpp | 162 SledEntry::FunctionKinds::CUSTOM_EVENT}; in loadObj()
|
D | Profile.cpp | 378 case RecordTypes::CUSTOM_EVENT: in profileFromTrace()
|
/external/llvm-project/compiler-rt/include/xray/ |
D | xray_interface.h | 28 CUSTOM_EVENT = 4, enumerator
|
/external/setupcompat/main/java/com/google/android/setupcompat/logging/ |
D | SetupMetricsLogger.java | 36 MetricType.CUSTOM_EVENT, MetricBundleConverter.createBundleForLogging(customEvent)); in logCustomEvent()
|
/external/llvm-project/compiler-rt/lib/xray/tests/unit/ |
D | test_helpers.cpp | 32 case RecordTypes::CUSTOM_EVENT: in RecordTypeAsString()
|
/external/llvm-project/llvm/tools/llvm-xray/ |
D | xray-converter.cpp | 137 case RecordTypes::CUSTOM_EVENT: in exportAsRAWv1() 296 case RecordTypes::CUSTOM_EVENT: in exportAsChromeTraceEventFormat()
|
D | xray-account.cpp | 172 case RecordTypes::CUSTOM_EVENT: in accountRecord() 437 case RecordTypes::CUSTOM_EVENT: in format()
|
D | xray-graph.cpp | 265 case RecordTypes::CUSTOM_EVENT: in accountRecord()
|
/external/llvm-project/compiler-rt/lib/xray/ |
D | xray_fdr_logging.cpp | 519 case XRayEntryType::CUSTOM_EVENT: in fdrLoggingHandleArg0() 549 case XRayEntryType::CUSTOM_EVENT: in fdrLoggingHandleArg1()
|
D | xray_interface.cpp | 165 case XRayEntryType::CUSTOM_EVENT: in patchSled()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 261 CUSTOM_EVENT = 4, enumerator
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 291 CUSTOM_EVENT = 4, enumerator
|