Searched refs:comm_iter (Results 1 – 1 of 1) sorted by relevance
258 const auto comm_iter = pidtid_to_comm_map_.find(pidtid); in MapSampleEvent() local259 if (comm_iter != pidtid_to_comm_map_.end()) { in MapSampleEvent()260 parsed_event->set_command(comm_iter->second); in MapSampleEvent()