Searched refs:PROF_ERR (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/profile/ |
| H A D | InstrProfilingFile.c | 158 PROF_ERR( in mmapForContinuousMode() 183 PROF_ERR( in mmapForContinuousMode() 247 PROF_ERR("Unable to mmap profile: %s\n", strerror(errno)); in mmapForContinuousMode() 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() 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() 1170 PROF_ERR("Failed to write file : %s\n", "Filename not set"); in __llvm_orderfile_write_file() [all …]
|
| H A D | InstrProfilingPort.h | 123 #define PROF_ERR(Format, ...) \ macro
|
| H A D | InstrProfilingMerge.c | 114 PROF_ERR("%s\n", in __llvm_profile_merge_from_buffer()
|