Searched refs:PROF_ERR (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/profile/ |
| H A D | InstrProfilingFile.c | 148 PROF_ERR( in mmapForContinuousMode() 210 PROF_ERR("Unable to mmap profile: %s\n", strerror(errno)); in mmapForContinuousMode() 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() 575 PROF_ERR("%s\n", "__llvm_profile_counter_bias is undefined"); 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() 1091 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 | 101 PROF_ERR( in __llvm_profile_merge_from_buffer()
|