Searched refs:PROF_WARN (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/profile/ |
| H A D | InstrProfilingFile.c | 107 PROF_WARN("__llvm_profile_set_file_object(fd=%d) not supported, because " in __llvm_profile_set_file_object() 210 PROF_WARN("Unable to merge profile data: %s\n", in getProfileFileSizeForMerging() 234 PROF_WARN("Unable to merge profile data: %s\n", in mmapProfileForMerging() 375 PROF_WARN("can't open file with mode ab: %s\n", OutputName); in writeOrderFile() 433 PROF_WARN("Expected flag to be 0, but got: %d\n", *i); in assertIsZero() 450 PROF_WARN("%s", "Expected to require profile unlock\n"); in unlockProfile() 795 PROF_WARN("Unable to get pid for filename pattern %s. Using the " in parseFilenamePattern() 804 PROF_WARN("Unable to get hostname for filename pattern %s. Using " in parseFilenamePattern() 819 PROF_WARN("%%c specifier can only be specified once in %s.\n", in parseFilenamePattern() 836 PROF_WARN("%%m specifier can only be specified once in %s.\n", in parseFilenamePattern() [all …]
|
| H A D | InstrProfilingUtil.c | 209 PROF_WARN("Data may be corrupted during profile merging : %s\n", in lprofOpenFileEx() 228 PROF_WARN("Data may be corrupted during profile merging : %s\n", in lprofOpenFileEx() 238 PROF_WARN("Concurrent file access is not supported : %s\n", in lprofOpenFileEx()
|
| H A D | InstrProfilingPort.h | 126 #define PROF_WARN(Format, ...) \ macro
|
| H A D | InstrProfilingValue.c | 120 PROF_WARN("Unable to track new values: %s. " in allocateOneNode()
|