Searched refs:profilingFlags (Results 1 – 6 of 6) sorted by relevance
/llvm-project/compiler-rt/lib/xray/tests/unit/ |
H A D | function_call_trie_test.cpp | 21 profilingFlags()->setDefaults(); in TEST() 27 profilingFlags()->setDefaults(); in TEST() 44 profilingFlags()->setDefaults(); in TEST() 59 profilingFlags()->setDefaults(); in TEST() 75 profilingFlags()->setDefaults(); in TEST() 85 profilingFlags()->setDefaults(); in TEST() 98 profilingFlags()->setDefaults(); in TEST() 109 profilingFlags()->setDefaults(); in TEST() 152 profilingFlags()->setDefaults(); in TEST() 194 profilingFlags()->setDefaults(); in TEST() [all …]
|
H A D | profile_collector_test.cpp | 52 profilingFlags()->setDefaults(); in ValidateBlock() 111 profilingFlags()->setDefaults(); in TEST() 113 BufferQueue BQ(profilingFlags()->per_thread_allocator_max, in TEST() 114 profilingFlags()->buffers_max, Success); in TEST() 184 static BufferQueue BQ(profilingFlags()->per_thread_allocator_max, in threadProcessing() 185 profilingFlags()->buffers_max, Success); in threadProcessing() 210 profilingFlags()->setDefaults(); in TEST()
|
/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_profile_collector.cpp | 168 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 D | xray_profiling.cpp | 233 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 D | xray_profiling_flags.h | 31 inline ProfilerFlags *profilingFlags() { in profilingFlags() function
|
H A D | xray_function_call_trie.h | 303 return InitAllocatorsCustom(profilingFlags()->per_thread_allocator_max); in InitAllocators() 488 profilingFlags()->stack_allocator_max); in deepCopyInto() 546 profilingFlags()->stack_allocator_max); in mergeInto()
|