Home
last modified time | relevance | path

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

/art/profman/
Dprofman.cc252 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 …]
Dprofile_assistant.h61 const std::vector<int>& profile_files_fd_,