Home
last modified time | relevance | path

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

/art/profman/
Dprofile_assistant.cc33 const std::vector<ScopedFlock>& profile_files, in ProcessProfilesInternal() argument
36 DCHECK(!profile_files.empty()); in ProcessProfilesInternal()
50 for (size_t i = 0; i < profile_files.size(); i++) { in ProcessProfilesInternal()
52 if (!cur_info.Load(profile_files[i]->Fd(), /*merge_classes*/ true, filter_fn)) { in ProcessProfilesInternal()
131 ScopedFlockList profile_files(profile_files_fd.size()); in ProcessProfiles() local
132 if (!profile_files.Init(profile_files_fd, &error)) { in ProcessProfiles()
148 return ProcessProfilesInternal(profile_files.Get(), in ProcessProfiles()
154 const std::vector<std::string>& profile_files, in ProcessProfiles() argument
159 ScopedFlockList profile_files_list(profile_files.size()); in ProcessProfiles()
160 if (!profile_files_list.Init(profile_files, &error)) { in ProcessProfiles()
Dprofile_assistant.h55 const std::vector<std::string>& profile_files,
68 const std::vector<ScopedFlock>& profile_files,