Home
last modified time | relevance | path

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

/external/setupcompat/main/java/com/google/android/setupcompat/logging/internal/
DSetupMetricsLoggingConstants.java31 @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/
DInstrumentationMap.h41 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/
DSetupMetricsLogger.java36 MetricType.CUSTOM_EVENT, MetricBundleConverter.createBundleForLogging(customEvent)); in logCustomEvent()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/XRay/
DInstrumentationMap.cpp108 SledEntry::FunctionKinds::CUSTOM_EVENT}; in loadELF64()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h244 CUSTOM_EVENT = 4, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86MCInstLower.cpp1209 recordSled(CurSled, MI, SledKind::CUSTOM_EVENT, 1); in LowerPATCHABLE_EVENT_CALL()