Home
last modified time | relevance | path

Searched refs:mutable_thread_state_table (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/perfetto/src/trace_processor/importers/fuchsia/
H A Dfuchsia_trace_tokenizer.cc253 storage->mutable_thread_state_table()); in SwitchFrom()
267 storage->mutable_thread_state_table()->Insert(state_row).row_number; in SwitchFrom()
287 storage->mutable_thread_state_table()); in SwitchTo()
312 storage->mutable_thread_state_table()->Insert(state_row).row_number; in SwitchTo()
329 storage->mutable_thread_state_table()); in Wake()
342 storage->mutable_thread_state_table()->Insert(state_row).row_number; in Wake()
/aosp_15_r20/external/perfetto/src/trace_processor/importers/common/
H A Dthread_state_tracker.h88 return row_number.ToRowReference(storage_->mutable_thread_state_table()); in RowNumToRef()
H A Dthread_state_tracker.cc167 auto row_num = storage_->mutable_thread_state_table()->Insert(row).row_number; in AddOpenState()
/aosp_15_r20/external/perfetto/src/trace_processor/storage/
H A Dtrace_storage.h400 tables::ThreadStateTable* mutable_thread_state_table() { in mutable_thread_state_table() function
/aosp_15_r20/external/perfetto/src/trace_processor/
H A Dtrace_processor_impl.cc964 RegisterStaticTable(storage->mutable_thread_state_table()); in InitPerfettoSqlEngine()