Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfilingFile.c127 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()
DInstrProfilingPort.h87 #define PROF_ERR(Format, ...) \ macro