Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dargs_tracker.cc59 auto pair = TraceStorage::ParseRowId(rid); in Flush()
Draw_table.cc224 auto pair = TraceStorage::ParseRowId(row_id); in ToSystrace()
Dtrace_storage.h842 static std::pair<int8_t /*table*/, uint32_t /*row*/> ParseRowId(RowId rowid) { in ParseRowId() function