Searched refs:PROF_WARN (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfilingFile.c | 383 PROF_WARN("Unable to merge profile data: %s\n", in getProfileFileSizeForMerging() 407 PROF_WARN("Unable to merge profile data: %s\n", in mmapProfileForMerging() 550 PROF_WARN("can't open file with mode ab: %s\n", OutputName); in writeOrderFile() 800 PROF_WARN("Unable to get pid for filename pattern %s. Using the " in parseFilenamePattern() 809 PROF_WARN("Unable to get hostname for filename pattern %s. Using " in parseFilenamePattern() 817 PROF_WARN("Unable to get the TMPDIR environment variable, referenced " in parseFilenamePattern() 824 PROF_WARN("%%c specifier can only be specified once in %s.\n", in parseFilenamePattern() 833 PROF_WARN("%s", "Continous mode is currently only supported for Mach-O," in parseFilenamePattern() 842 PROF_WARN("%%m specifier can only be specified once in %s.\n", in parseFilenamePattern() 1146 PROF_WARN("Later invocation of __llvm_profile_dump can lead to clobbering " in __llvm_profile_dump() [all …]
|
H A D | InstrProfilingUtil.c | 215 PROF_WARN("Data may be corrupted during profile merging : %s\n", in lprofOpenFileEx() 234 PROF_WARN("Data may be corrupted during profile merging : %s\n", in lprofOpenFileEx() 244 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 | 132 PROF_WARN("Unable to track new values: %s. " in allocateOneNode()
|