Searched refs:profilingFlags (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_profiling_flags.h31 inline ProfilerFlags *profilingFlags() { function in namespace:__xray
H A Dxray_profile_collector.cpp171 StackAllocator StackAlloc(profilingFlags()->stack_allocator_max);
249 auto MaxSize = profilingFlags()->global_allocator_max;
257 auto PathArena = allocateBuffer(profilingFlags()->global_allocator_max);
267 profilingFlags()->global_allocator_max);
269 PathArena, profilingFlags()->global_allocator_max);
344 BufferQueue(profilingFlags()->global_allocator_max, 1, Success);
351 if (BQ->init(profilingFlags()->global_allocator_max, 1) !=
360 ProfileBufferArrayAllocator(profilingFlags()->global_allocator_max);
H A Dxray_profiling.cpp236 if (!profilingFlags()->no_flush) {
332 SleepForMillis(profilingFlags()->grace_period_ms);
384 *profilingFlags() = Flags;
394 BufferQueue(profilingFlags()->per_thread_allocator_max,
395 profilingFlags()->buffers_max, Success);
409 auto InitStatus = BQ->init(profilingFlags()->per_thread_allocator_max,
410 profilingFlags()->buffers_max);
490 auto *F = profilingFlags();
H A Dxray_function_call_trie.h307 return InitAllocatorsCustom(profilingFlags()->per_thread_allocator_max);
492 profilingFlags()->stack_allocator_max);
550 profilingFlags()->stack_allocator_max);
/openbsd-current/gnu/llvm/compiler-rt/lib/xray/tests/unit/
H A Dfunction_call_trie_test.cpp21 profilingFlags()->setDefaults();
27 profilingFlags()->setDefaults();
44 profilingFlags()->setDefaults();
59 profilingFlags()->setDefaults();
75 profilingFlags()->setDefaults();
85 profilingFlags()->setDefaults();
98 profilingFlags()->setDefaults();
109 profilingFlags()->setDefaults();
152 profilingFlags()->setDefaults();
194 profilingFlags()
[all...]
H A Dprofile_collector_test.cpp52 profilingFlags()->setDefaults();
111 profilingFlags()->setDefaults();
113 BufferQueue BQ(profilingFlags()->per_thread_allocator_max,
114 profilingFlags()->buffers_max, Success);
184 static BufferQueue BQ(profilingFlags()->per_thread_allocator_max,
185 profilingFlags()->buffers_max, Success);
210 profilingFlags()->setDefaults();

Completed in 168 milliseconds