Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_profile_collector.cc172 StackAllocator StackAlloc(profilingFlags()->stack_allocator_max); in populateRecords()
250 auto MaxSize = profilingFlags()->global_allocator_max; in serialize()
258 auto PathArena = allocateBuffer(profilingFlags()->global_allocator_max); in serialize()
268 profilingFlags()->global_allocator_max); in serialize()
270 PathArena, profilingFlags()->global_allocator_max); in serialize()
345 BufferQueue(profilingFlags()->global_allocator_max, 1, Success); in reset()
352 if (BQ->init(profilingFlags()->global_allocator_max, 1) != in reset()
361 ProfileBufferArrayAllocator(profilingFlags()->global_allocator_max); in reset()
H A Dxray_profiling.cc237 if (!profilingFlags()->no_flush) { in profilingFlush()
333 SleepForMillis(profilingFlags()->grace_period_ms); in profilingFinalize()
385 *profilingFlags() = Flags; in profilingLoggingInit()
395 BufferQueue(profilingFlags()->per_thread_allocator_max, in profilingLoggingInit()
396 profilingFlags()->buffers_max, Success); in profilingLoggingInit()
410 auto InitStatus = BQ->init(profilingFlags()->per_thread_allocator_max, in profilingLoggingInit()
411 profilingFlags()->buffers_max); in profilingLoggingInit()
491 auto *F = profilingFlags(); in profilingDynamicInitializer()
H A Dxray_profiling_flags.h32 inline ProfilerFlags *profilingFlags() { in profilingFlags() function
H A Dxray_function_call_trie.h308 return InitAllocatorsCustom(profilingFlags()->per_thread_allocator_max); in InitAllocators()
493 profilingFlags()->stack_allocator_max); in deepCopyInto()
551 profilingFlags()->stack_allocator_max); in mergeInto()