Home
last modified time | relevance | path

Searched refs:DelegateDebugIdType (Results 1 – 3 of 3) sorted by relevance

/external/executorch/runtime/core/
Devent_tracer.h36 enum class DelegateDebugIdType { enum
106 DelegateDebugIdType delegate_event_id_type;
502 using ::executorch::runtime::DelegateDebugIdType;
/external/executorch/devtools/etdump/
Detdump_flatcc.cpp27 using ::executorch::runtime::DelegateDebugIdType;
208 prof_entry.delegate_event_id_type = DelegateDebugIdType::kNone; in start_profiling()
231 DelegateDebugIdType delegate_event_id_type = in start_profiling_delegate()
232 name == nullptr ? DelegateDebugIdType::kInt : DelegateDebugIdType::kStr; in start_profiling_delegate()
260 if (event_tracer_entry.delegate_event_id_type == DelegateDebugIdType::kInt) { in end_profiling_delegate()
429 prof_entry.delegate_event_id_type == DelegateDebugIdType::kNone, in end_profiling()
/external/executorch/devtools/etdump/tests/
Detdump_test.cpp30 using ::executorch::runtime::DelegateDebugIdType;
584 EXPECT_NE(entry.delegate_event_id_type, DelegateDebugIdType::kNone); in TEST_F()