Home
last modified time | relevance | path

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

/external/perf_data_converter/src/
Dperf_data_converter.cc282 std::unordered_map<Pid, PerPidInfo> per_pid_; member in perftools::__anonfe9becae0111::PerfDataConverter
305 const string& comm = per_pid_[pid].tid_to_comm_map[tid]; in MakeSampleKey()
316 auto& per_pid = per_pid_[builder_pid]; in GetOrCreateBuilder()
405 MappingMap& mapmap = per_pid_[pid].mapping_map; in AddOrGetMapping()
438 perftools::profiles::Sample* sample = per_pid_[pid].sample_map[sample_key]; in AddOrUpdateSample()
443 per_pid_[pid].sample_map[sample_key] = sample; in AddOrUpdateSample()
505 LocationMap& loc_map = per_pid_[pid].location_map; in AddOrGetLocation()
536 per_pid_[pid].clear(); in Comm()
539 per_pid_[pid].tid_to_comm_map[tid] = comm.comm->comm(); in Comm()
544 LocationMap& loc_map = per_pid_[mmap.pid].location_map; in MMap()