Lines Matching refs:PROF_ERR

122     PROF_ERR("Counters section not page-aligned (start = %p, pagesz = %u).\n",  in mmapForContinuousMode()
127 PROF_ERR("Data section not page-aligned (start = %p, pagesz = %u).\n", in mmapForContinuousMode()
148 PROF_ERR( in mmapForContinuousMode()
210 PROF_ERR("Unable to mmap profile: %s\n", strerror(errno)); in mmapForContinuousMode()
322 PROF_ERR("Unable to merge profile data, unable to get size: %s\n", in getProfileFileSizeForMerging()
330 PROF_ERR("Unable to merge profile data, unable to rewind: %s\n", in getProfileFileSizeForMerging()
354 PROF_ERR("Unable to merge profile data, mmap failed: %s\n", in mmapProfileForMerging()
392 PROF_ERR("%s\n", "Invalid profile data to merge"); in doProfileMerging()
443 PROF_ERR("Profile Merging of file %s failed: %s\n", ProfileFileName, in openFileForMerging()
562 PROF_ERR("Failed to write file \"%s\": %s\n", Filename, strerror(errno)); in writeProfileWithFileObject()
571 PROF_ERR("%s\n", "continuous mode is unsupported on this platform"); in initializeProfileForContinuousMode()
575 PROF_ERR("%s\n", "__llvm_profile_counter_bias is undefined"); in initializeProfileForContinuousMode()
633 PROF_ERR("Continuous counter sync mode is enabled, but raw profile is not" in initializeProfileForContinuousMode()
935 PROF_ERR("Failed to %s\n", "allocate memory."); in __llvm_profile_get_path_prefix()
953 PROF_ERR("Failed to %s\n", "allocate memory."); in __llvm_profile_get_filename()
1034 PROF_ERR("Failed to write file : %s\n", "Filename not set"); in __llvm_profile_write_file()
1040 PROF_ERR("Runtime and instrumentation version mismatch : " in __llvm_profile_write_file()
1053 PROF_ERR("Failed to write file \"%s\": %s\n", Filename, strerror(errno)); in __llvm_profile_write_file()
1091 PROF_ERR("Failed to write file : %s\n", "Filename not set"); in __llvm_orderfile_write_file()
1102 PROF_ERR("Runtime and instrumentation version mismatch : " in __llvm_orderfile_write_file()
1115 PROF_ERR("Failed to write file \"%s\": %s\n", Filename, strerror(errno)); in __llvm_orderfile_write_file()
1170 PROF_ERR("Failed to write file \"%d\": %s\n", fileno(File), in __llvm_profile_set_file_object()