Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfilingBuffer.c17 const uint64_t *CountersBegin = __llvm_profile_begin_counters(); in __llvm_profile_get_size_for_buffer() local
23 DataBegin, DataEnd, CountersBegin, CountersEnd, NamesBegin, NamesEnd); in __llvm_profile_get_size_for_buffer()
37 const uint64_t *CountersBegin, const uint64_t *CountersEnd, in __llvm_profile_get_size_for_buffer_internal() argument
45 (CountersEnd - CountersBegin) * sizeof(uint64_t) + NamesSize + Padding; in __llvm_profile_get_size_for_buffer_internal()
54 const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin, in __llvm_profile_write_buffer_internal() argument
57 CountersBegin, CountersEnd, 0, NamesBegin, in __llvm_profile_write_buffer_internal()
DInstrProfilingInternal.h24 const uint64_t *CountersBegin, const uint64_t *CountersEnd,
38 const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin,
141 const uint64_t *CountersBegin,
DInstrProfilingWriter.c234 const uint64_t *CountersBegin = __llvm_profile_begin_counters(); in lprofWriteData() local
239 CountersBegin, CountersEnd, VPDataReader, in lprofWriteData()
247 const uint64_t *CountersBegin, const uint64_t *CountersEnd, in lprofWriteDataImpl() argument
253 const uint64_t CountersSize = CountersEnd - CountersBegin; in lprofWriteDataImpl()
273 {CountersBegin, sizeof(uint64_t), CountersSize}, in lprofWriteDataImpl()
DInstrProfData.inc136 INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta, (uintptr_t)CountersBegin)
/external/llvm-project/compiler-rt/lib/profile/
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()
97 const uint64_t *CountersBegin, const uint64_t *CountersEnd, in __llvm_profile_get_size_for_buffer_internal() argument
102 uint64_t CountersSize = CountersEnd - CountersBegin; in __llvm_profile_get_size_for_buffer_internal()
132 const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin, in __llvm_profile_write_buffer_internal() argument
136 return lprofWriteDataImpl(&BufferWriter, DataBegin, DataEnd, CountersBegin, in __llvm_profile_write_buffer_internal()
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,
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()
291 {CountersBegin, sizeof(uint64_t), CountersSize, 0}, in lprofWriteDataImpl()
DInstrProfilingFile.c554 const uint64_t *CountersBegin = __llvm_profile_begin_counters(); in initializeProfileForContinuousMode() local
560 uint64_t CountersSize = CountersEnd - CountersBegin; in initializeProfileForContinuousMode()
564 if ((intptr_t)CountersBegin % PageSize != 0) { in initializeProfileForContinuousMode()
566 CountersBegin, PageSize); in initializeProfileForContinuousMode()
656 (void *)CountersBegin, PageAlignedCountersLength, PROT_READ | PROT_WRITE, in initializeProfileForContinuousMode()
658 if (CounterMmap != CountersBegin) { in initializeProfileForContinuousMode()
665 strerror(errno), CountersBegin, PageAlignedCountersLength, Fileno, in initializeProfileForContinuousMode()
/external/llvm-project/llvm/test/tools/llvm-profdata/
Dmalformed-ptr-to-counter-array.test8 // INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta, (uintptr_t)CountersBegin)
/external/llvm/include/llvm/ProfileData/
DInstrProfData.inc136 INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta, (uintptr_t)CountersBegin)
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProfData.inc137 INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta, (uintptr_t)CountersBegin)
/external/llvm-project/compiler-rt/include/profile/
DInstrProfData.inc137 INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta, (uintptr_t)CountersBegin)
/external/llvm-project/llvm/include/llvm/ProfileData/
DInstrProfData.inc137 INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta, (uintptr_t)CountersBegin)