Searched refs:comm_it (Results 1 – 1 of 1) sorted by relevance
163 auto comm_it = pid_to_comm_event_.find(fork.ppid()); in UpdateMapsWithForkEvent() local164 if (comm_it != pid_to_comm_event_.end()) { in UpdateMapsWithForkEvent()165 pid_to_comm_event_[fork.pid()] = comm_it->second; in UpdateMapsWithForkEvent()256 auto comm_it = pid_to_comm_event_.find(pid); in InvokeHandleSample() local258 if (comm_it != pid_to_comm_event_.end()) { in InvokeHandleSample()263 fake.reset(new PerfDataHandler::Mapping(&comm_it->second->comm(), in InvokeHandleSample()