Searched refs:PROF_ERR (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/compiler-rt/lib/profile/ |
D | InstrProfilingFile.c | 194 PROF_ERR("Unable to merge profile data, unable to get size: %s\n", in getProfileFileSizeForMerging() 202 PROF_ERR("Unable to merge profile data, unable to rewind: %s\n", in getProfileFileSizeForMerging() 226 PROF_ERR("Unable to merge profile data, mmap failed: %s\n", in mmapProfileForMerging() 310 PROF_ERR("Profile Merging of file %s failed: %s\n", ProfileFileName, in openFileForMerging() 435 PROF_ERR("Failed to write file \"%s\": %s\n", Filename, strerror(errno)); in writeProfileWithFileObject() 459 PROF_ERR("Failed to write profile: %s\n", strerror(errno)); in writeMMappedFile() 471 PROF_ERR("Unable to mmap profile: %s\n", strerror(errno)); in writeMMappedFile() 548 PROF_ERR("%s\n", "Continuous mode not yet supported on Fuchsia or Windows."); in initializeProfileForContinuousMode() 565 PROF_ERR("Counters section not page-aligned (start = %p, pagesz = %u).\n", in initializeProfileForContinuousMode() 570 PROF_ERR("Data section not page-aligned (start = %p, pagesz = %u).\n", in initializeProfileForContinuousMode() [all …]
|
D | InstrProfilingPort.h | 121 #define PROF_ERR(Format, ...) \ macro
|
/external/compiler-rt/lib/profile/ |
D | InstrProfilingFile.c | 127 PROF_ERR("Unable to merge profile data, unable to get size: %s\n", in doProfileMerging() 135 PROF_ERR("Unable to merge profile data, unable to rewind: %s\n", in doProfileMerging() 151 PROF_ERR("Unable to merge profile data, mmap failed: %s\n", in doProfileMerging() 189 PROF_ERR("Profile Merging of file %s failed: %s\n", ProfileFileName, in openFileForMerging() 476 PROF_ERR("Failed to write file : %s\n", "Filename not set"); in __llvm_profile_write_file() 482 PROF_ERR("Runtime and instrumentation version mismatch : " in __llvm_profile_write_file() 492 PROF_ERR("Failed to write file \"%s\": %s\n", Filename, strerror(errno)); in __llvm_profile_write_file()
|
D | InstrProfilingPort.h | 87 #define PROF_ERR(Format, ...) \ macro
|