Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp168 StackAllocator StackAlloc(profilingFlags()->stack_allocator_max); in populateRecords()
246 auto MaxSize = profilingFlags()->global_allocator_max; in serialize()
254 auto PathArena = allocateBuffer(profilingFlags()->global_allocator_max); in serialize()
264 profilingFlags()->global_allocator_max); in serialize()
266 PathArena, profilingFlags()->global_allocator_max); in serialize()
341 BufferQueue(profilingFlags()->global_allocator_max, 1, Success); in reset()
348 if (BQ->init(profilingFlags()->global_allocator_max, 1) != in reset()
357 ProfileBufferArrayAllocator(profilingFlags()->global_allocator_max); in reset()
H A Dxray_profiling.cpp233 if (!profilingFlags()->no_flush) { in profilingFlush()
329 SleepForMillis(profilingFlags()->grace_period_ms); in profilingFinalize()
381 *profilingFlags() = Flags; in profilingLoggingInit()
391 BufferQueue(profilingFlags()->per_thread_allocator_max, in profilingLoggingInit()
392 profilingFlags()->buffers_max, Success); in profilingLoggingInit()
406 auto InitStatus = BQ->init(profilingFlags()->per_thread_allocator_max, in profilingLoggingInit()
407 profilingFlags()->buffers_max); in profilingLoggingInit()
487 auto *F = profilingFlags(); in profilingDynamicInitializer()
H A Dxray_profiling_flags.h31 inline ProfilerFlags *profilingFlags() { in profilingFlags() function
H A Dxray_function_call_trie.h303 return InitAllocatorsCustom(profilingFlags()->per_thread_allocator_max); in InitAllocators()
488 profilingFlags()->stack_allocator_max); in deepCopyInto()
546 profilingFlags()->stack_allocator_max); in mergeInto()