Home
last modified time | relevance | path

Searched refs:PROF_ERR (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c227 PROF_ERR("Unable to merge profile data, mmap failed: %s\n", in mmapProfileForMerging()
265 PROF_ERR("%s\n", "Invalid profile data to merge"); in doProfileMerging()
573 PROF_ERR( in initializeProfileForContinuousMode()
621 PROF_ERR("Failed to write profile: %s\n", strerror(errno)); in writeMMappedFile()
633 PROF_ERR("Unable to mmap profile: %s\n", strerror(errno)); in writeMMappedFile()
1005 PROF_ERR("Failed to %s\n", "allocate memory."); in __llvm_profile_get_path_prefix()
1023 PROF_ERR("Failed to %s\n", "allocate memory."); in __llvm_profile_get_filename()
1104 PROF_ERR("Failed to write file : %s\n", "Filename not set"); in __llvm_profile_write_file()
1110 PROF_ERR("Runtime and instrumentation version mismatch : " in __llvm_profile_write_file()
1161 PROF_ERR("Failed to write file : %s\n", "Filename not set"); in __llvm_orderfile_write_file()
[all …]
H A DInstrProfilingPort.h123 #define PROF_ERR(Format, ...) \ macro