Home
last modified time | relevance | path

Searched refs:create_string_entry (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/executorch/devtools/etdump/
H A Detdump_flatcc.cpp172 int64_t ETDumpGen::create_string_entry(const char* name) { in create_string_entry() function in executorch::etdump::ETDumpGen
207 prof_entry.event_id = name != nullptr ? create_string_entry(name) : -1; in start_profiling()
237 ? create_string_entry(name) in start_profiling_delegate()
287 int64_t string_id = name != nullptr ? create_string_entry(name) : -1; in log_profiling_delegate()
357 int64_t string_id = name != nullptr ? create_string_entry(name) : -1; in log_intermediate_output_delegate_helper()
455 flatbuffers_string_ref_t ref = create_string_entry(name); in track_allocator()
H A Detdump_flatcc.h155 int64_t create_string_entry(const char* name);