Searched refs:CUSTOM_EVENT (Results 1 – 6 of 6) sorted by relevance
/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-7.0/llvm/include/llvm/XRay/ |
D | InstrumentationMap.h | 41 enum class FunctionKinds { ENTRY, EXIT, TAIL, LOG_ARGS_ENTER, CUSTOM_EVENT }; enumerator 112 xray::SledEntry::FunctionKinds::CUSTOM_EVENT);
|
/external/setupcompat/main/java/com/google/android/setupcompat/logging/ |
D | SetupMetricsLogger.java | 36 MetricType.CUSTOM_EVENT, MetricBundleConverter.createBundleForLogging(customEvent)); in logCustomEvent()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/XRay/ |
D | InstrumentationMap.cpp | 108 SledEntry::FunctionKinds::CUSTOM_EVENT}; in loadELF64()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 244 CUSTOM_EVENT = 4, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86MCInstLower.cpp | 1209 recordSled(CurSled, MI, SledKind::CUSTOM_EVENT, 1); in LowerPATCHABLE_EVENT_CALL()
|