Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c44 const uint64_t *CountersBegin = __llvm_profile_begin_counters(); in __llvm_profile_get_size_for_buffer() local
50 DataBegin, DataEnd, CountersBegin, CountersEnd, NamesBegin, NamesEnd); in __llvm_profile_get_size_for_buffer()
104 const uint64_t *CountersBegin, const uint64_t *CountersEnd, in __llvm_profile_get_size_for_buffer_internal() argument
109 uint64_t CountersSize = CountersEnd - CountersBegin; in __llvm_profile_get_size_for_buffer_internal()
139 const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin, in __llvm_profile_write_buffer_internal() argument
143 return lprofWriteDataImpl(&BufferWriter, DataBegin, DataEnd, CountersBegin, in __llvm_profile_write_buffer_internal()
H A DInstrProfilingPlatformFuchsia.c119 const uint64_t *CountersBegin = __llvm_profile_begin_counters(); in __llvm_profile_initialize() local
125 uint64_t CountersSize = CountersEnd - CountersBegin; in __llvm_profile_initialize()
187 (intptr_t)Mapping - (uintptr_t)CountersBegin + CountersOffset; in __llvm_profile_initialize()
190 lprofReleaseMemoryPagesToOS((uintptr_t)CountersBegin, (uintptr_t)CountersEnd); in __llvm_profile_initialize()
H A DInstrProfilingInternal.h24 const uint64_t *CountersBegin, const uint64_t *CountersEnd,
38 const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin,
155 const uint64_t *CountersBegin,
H A DInstrProfilingWriter.c247 const uint64_t *CountersBegin = __llvm_profile_begin_counters(); in lprofWriteData() local
251 return lprofWriteDataImpl(Writer, DataBegin, DataEnd, CountersBegin, in lprofWriteData()
259 const uint64_t *CountersBegin, const uint64_t *CountersEnd, in lprofWriteDataImpl() argument
265 const uint64_t CountersSize = CountersEnd - CountersBegin; in lprofWriteDataImpl()
299 {CountersBegin, sizeof(uint64_t), CountersSize, 0}, in lprofWriteDataImpl()
H A DInstrProfilingFile.c465 const uint64_t *CountersBegin = __llvm_profile_begin_counters(); in initializeProfileForContinuousMode() local
471 uint64_t CountersSize = CountersEnd - CountersBegin; in initializeProfileForContinuousMode()
475 if ((intptr_t)CountersBegin % PageSize != 0) { in initializeProfileForContinuousMode()
477 CountersBegin, PageSize); in initializeProfileForContinuousMode()
570 (void *)CountersBegin, PageAlignedCountersLength, PROT_READ | PROT_WRITE, in initializeProfileForContinuousMode()
572 if (CounterMmap != CountersBegin) { in initializeProfileForContinuousMode()
579 strerror(errno), CountersBegin, PageAlignedCountersLength, Fileno, in initializeProfileForContinuousMode()
657 const uint64_t *CountersBegin = __llvm_profile_begin_counters(); in initializeProfileForContinuousMode() local
713 (intptr_t)Profile - (uintptr_t)CountersBegin + in initializeProfileForContinuousMode()
717 lprofReleaseMemoryPagesToOS((uintptr_t)CountersBegin, (uintptr_t)CountersEnd); in initializeProfileForContinuousMode()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc138 INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta, (uintptr_t)CountersBegin)
/freebsd-13.1/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc138 INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta, (uintptr_t)CountersBegin)