Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dfuchsia_trace_tokenizer.cc359 pid_table_[obj_id] = pid; in ParseRecord()
410 if (pid_table_.count(outgoing_thread.tid) > 0) { in ParseRecord()
411 outgoing_thread.pid = pid_table_[outgoing_thread.tid]; in ParseRecord()
Dfuchsia_trace_tokenizer.h63 std::unordered_map<uint64_t, uint64_t> pid_table_; variable