Searched refs:PROF_ERR (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfilingFile.c | 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() 161 PROF_ERR( in mmapForContinuousMode() 185 PROF_ERR( in mmapForContinuousMode() 253 PROF_ERR("Unable to mmap profile: %s\n", strerror(errno)); in mmapForContinuousMode() 368 PROF_ERR("Unable to merge profile data, unable to get size: %s\n", in getProfileFileSizeForMerging() 376 PROF_ERR("Unable to merge profile data, unable to rewind: %s\n", in getProfileFileSizeForMerging() 400 PROF_ERR("Unable to merge profile data, mmap failed: %s\n", in mmapProfileForMerging() 438 PROF_ERR("%s\n", "Invalid profile data to merge"); in doProfileMerging() [all …]
|
H A D | InstrProfilingPort.h | 123 #define PROF_ERR(Format, ...) \ macro
|
H A D | InstrProfilingMerge.c | 134 PROF_ERR("%s\n", in __llvm_profile_merge_from_buffer()
|