Searched refs:profiles_fd (Results 1 – 1 of 1) sorted by relevance
1162 /*out*/ std::vector<fd_t>* profiles_fd, /*out*/ fd_t* reference_profile_fd) { in open_profile_files() argument1175 profiles_fd->push_back(profile_fd); in open_profile_files()1207 static void run_profman_merge(const std::vector<fd_t>& profiles_fd, fd_t reference_profile_fd) { in run_profman_merge() argument1211 std::vector<std::string> profile_args(profiles_fd.size()); in run_profman_merge()1213 for (size_t k = 0; k < profiles_fd.size(); k++) { in run_profman_merge()1214 sprintf(profile_buf, "--profile-file-fd=%d", profiles_fd[k]); in run_profman_merge()1221 const char* argv[3 + profiles_fd.size()]; in run_profman_merge()1242 std::vector<fd_t> profiles_fd; in analyse_profiles() local1244 open_profile_files(uid, pkgname, &profiles_fd, &reference_profile_fd); in analyse_profiles()1245 if (profiles_fd.empty() || (reference_profile_fd == -1)) { in analyse_profiles()[all …]