Searched refs:profile_files_fd_ (Results 1 – 2 of 2) sorted by relevance
252 ParseFdForCollection(option, "--profile-file-fd", &profile_files_fd_); in ParseArgs()290 if (!profile_files_.empty() && !profile_files_fd_.empty()) { in ParseArgs()320 if (profile_files_.empty() && profile_files_fd_.empty()) { in ProcessProfiles()327 (!profile_files_fd_.empty() && !FdIsValid(reference_profile_file_fd_))) { in ProcessProfiles()358 result = ProfileAssistant::ProcessProfiles(profile_files_fd_, in ProcessProfiles()361 CloseAllFds(profile_files_fd_, "profile_files_fd_"); in ProcessProfiles()505 if (profile_files_.empty() && profile_files_fd_.empty() && in DumpProfileInfo()517 if (!profile_files_fd_.empty()) { in DumpProfileInfo()518 for (int profile_file_fd : profile_files_fd_) { in DumpProfileInfo()644 if (profile_files_.empty() && profile_files_fd_.empty() && in DumpClassesAndMethods()[all …]
61 const std::vector<int>& profile_files_fd_,