Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c22 static int ContinuouslySyncProfile = 0; variable
29 return ContinuouslySyncProfile && PageSize; in __llvm_profile_is_continuous_mode_enabled()
33 ContinuouslySyncProfile = 1; in __llvm_profile_enable_continuous_mode()
37 ContinuouslySyncProfile = 0; in __llvm_profile_disable_continuous_mode()