Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_tokenizer.h64 std::unordered_map<uint64_t, uint64_t> pid_table_; variable
Dfuchsia_trace_tokenizer.cc442 pid_table_[obj_id] = pid; in ParseRecord()
503 if (pid_table_.count(outgoing_thread.tid) > 0) { in ParseRecord()
504 outgoing_thread.pid = pid_table_[outgoing_thread.tid]; in ParseRecord()