Home
last modified time | relevance | path

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

/art/profman/
Dprofman.cc382 ParseFdForCollection(raw_option, "--profile-file-fd=", &profile_files_fd_); in ParseArgs()
421 if (!profile_files_.empty() && !profile_files_fd_.empty()) { in ParseArgs()
451 if (profile_files_.empty() && profile_files_fd_.empty()) { in ProcessProfiles()
458 (!profile_files_fd_.empty() && !FdIsValid(reference_profile_file_fd_))) { in ProcessProfiles()
490 result = ProfileAssistant::ProcessProfiles(profile_files_fd_, in ProcessProfiles()
494 CloseAllFds(profile_files_fd_, "profile_files_fd_"); in ProcessProfiles()
649 if (profile_files_.empty() && profile_files_fd_.empty() && in DumpProfileInfo()
674 if (!profile_files_fd_.empty()) { in DumpProfileInfo()
675 for (int profile_file_fd : profile_files_fd_) { in DumpProfileInfo()
804 if (profile_files_.empty() && profile_files_fd_.empty() && in DumpClassesAndMethods()
[all …]
Dprofile_assistant.h90 const std::vector<int>& profile_files_fd_,