Home
last modified time | relevance | path

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

/external/executorch/devtools/etdump/tests/
Detdump_test.cpp60 etdump_gen[i]->create_event_block("test_block"); in TEST_F()
96 etdump_gen[i]->create_event_block("test_block"); in TEST_F()
112 etdump_gen[i]->create_event_block("test_block"); in TEST_F()
113 etdump_gen[i]->create_event_block("test_block_1"); in TEST_F()
114 etdump_gen[i]->create_event_block("test_block_2"); in TEST_F()
144 etdump_gen[i]->create_event_block("test_block"); in TEST_F()
159 etdump_gen[i]->create_event_block("test_block"); in TEST_F()
178 etdump_gen[i]->create_event_block("test_block"); in TEST_F()
214 etdump_gen[i]->create_event_block("test_block"); in TEST_F()
231 etdump_gen[i]->create_event_block("test_block"); in TEST_F()
[all …]
/external/executorch/runtime/core/
Devent_tracer.h128 virtual void create_event_block(const char* name) = 0;
Devent_tracer_hooks.h174 event_tracer->create_event_block(name); in event_tracer_create_event_block()
/external/executorch/devtools/etdump/
Detdump_flatcc.h69 void create_event_block(const char* name) override;
Detdump_flatcc.cpp154 void ETDumpGen::create_event_block(const char* name) { in create_event_block() function in executorch::etdump::ETDumpGen
/external/executorch/runtime/core/test/
Devent_tracer_test.cpp38 void create_event_block(const char* name) override { in create_event_block() function in DummyEventTracer