Lines Matching refs:profile_files
33 const std::vector<ScopedFlock>& profile_files,
37 DCHECK(!profile_files.empty());
57 for (size_t i = 0; i < profile_files.size(); i++) {
59 if (!cur_info.Load(profile_files[i]->Fd(), /*merge_classes=*/ true, filter_fn)) {
139 ScopedFlockList profile_files(profile_files_fd.size());
140 if (!profile_files.Init(profile_files_fd, &error)) {
156 return ProcessProfilesInternal(profile_files.Get(),
163 const std::vector<std::string>& profile_files,
169 ScopedFlockList profile_files_list(profile_files.size());
170 if (!profile_files_list.Init(profile_files, &error)) {