Lines Matching refs:PROF_ERR
126 PROF_ERR("Counters section not page-aligned (start = %p, pagesz = %u).\n", in mmapForContinuousMode()
131 PROF_ERR("Bitmap section not page-aligned (start = %p, pagesz = %u).\n", in mmapForContinuousMode()
136 PROF_ERR("Data section not page-aligned (start = %p, pagesz = %u).\n", in mmapForContinuousMode()
158 PROF_ERR( in mmapForContinuousMode()
183 PROF_ERR( in mmapForContinuousMode()
247 PROF_ERR("Unable to mmap profile: %s\n", strerror(errno)); in mmapForContinuousMode()
364 PROF_ERR("Unable to merge profile data, unable to get size: %s\n", in getProfileFileSizeForMerging()
372 PROF_ERR("Unable to merge profile data, unable to rewind: %s\n", in getProfileFileSizeForMerging()
396 PROF_ERR("Unable to merge profile data, mmap failed: %s\n", in mmapProfileForMerging()
434 PROF_ERR("%s\n", "Invalid profile data to merge"); in doProfileMerging()
487 PROF_ERR("Profile Merging of file %s failed: %s\n", ProfileFileName, in openFileForMerging()
606 PROF_ERR("Failed to write file \"%s\": %s\n", Filename, strerror(errno)); in writeProfileWithFileObject()
615 PROF_ERR("%s\n", "continuous mode is unsupported on this platform"); in initializeProfileForContinuousMode()
619 PROF_ERR("%s\n", "__llvm_profile_counter_bias is undefined"); in initializeProfileForContinuousMode()
677 PROF_ERR("Continuous counter sync mode is enabled, but raw profile is not" in initializeProfileForContinuousMode()
1007 PROF_ERR("Failed to %s\n", "allocate memory."); in __llvm_profile_get_path_prefix()
1025 PROF_ERR("Failed to %s\n", "allocate memory."); in __llvm_profile_get_filename()
1110 PROF_ERR("Failed to write file : %s\n", "Filename not set"); in __llvm_profile_write_file()
1118 PROF_ERR("Runtime and instrumentation version mismatch : " in __llvm_profile_write_file()
1130 PROF_ERR("Failed to write file \"%s\": %s\n", Filename, strerror(errno)); in __llvm_profile_write_file()
1170 PROF_ERR("Failed to write file : %s\n", "Filename not set"); in __llvm_orderfile_write_file()
1183 PROF_ERR("Runtime and instrumentation version mismatch : " in __llvm_orderfile_write_file()
1195 PROF_ERR("Failed to write file \"%s\": %s\n", Filename, strerror(errno)); in __llvm_orderfile_write_file()
1250 PROF_ERR("Failed to write file \"%d\": %s\n", fileno(File), in __llvm_profile_set_file_object()