HomeSort by: relevance | last modified time | path
    Searched refs:profilingFlags (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_profiling_flags.h 32 inline ProfilerFlags *profilingFlags() {
xray_profile_collector.cc 172 StackAllocator StackAlloc(profilingFlags()->stack_allocator_max);
250 auto MaxSize = profilingFlags()->global_allocator_max;
258 auto PathArena = allocateBuffer(profilingFlags()->global_allocator_max);
268 profilingFlags()->global_allocator_max);
270 PathArena, profilingFlags()->global_allocator_max);
345 BufferQueue(profilingFlags()->global_allocator_max, 1, Success);
352 if (BQ->init(profilingFlags()->global_allocator_max, 1) !=
361 ProfileBufferArrayAllocator(profilingFlags()->global_allocator_max);
xray_profiling.cc 237 if (!profilingFlags()->no_flush) {
333 SleepForMillis(profilingFlags()->grace_period_ms);
385 *profilingFlags() = Flags;
395 BufferQueue(profilingFlags()->per_thread_allocator_max,
396 profilingFlags()->buffers_max, Success);
410 auto InitStatus = BQ->init(profilingFlags()->per_thread_allocator_max,
411 profilingFlags()->buffers_max);
491 auto *F = profilingFlags();
xray_function_call_trie.h 308 return InitAllocatorsCustom(profilingFlags()->per_thread_allocator_max);
493 profilingFlags()->stack_allocator_max);
551 profilingFlags()->stack_allocator_max);
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
function_call_trie_test.cc 22 profilingFlags()->setDefaults();
28 profilingFlags()->setDefaults();
45 profilingFlags()->setDefaults();
60 profilingFlags()->setDefaults();
76 profilingFlags()->setDefaults();
86 profilingFlags()->setDefaults();
99 profilingFlags()->setDefaults();
110 profilingFlags()->setDefaults();
153 profilingFlags()->setDefaults();
195 profilingFlags()->setDefaults()
    [all...]
profile_collector_test.cc 53 profilingFlags()->setDefaults();
112 profilingFlags()->setDefaults();
114 BufferQueue BQ(profilingFlags()->per_thread_allocator_max,
115 profilingFlags()->buffers_max, Success);
185 static BufferQueue BQ(profilingFlags()->per_thread_allocator_max,
186 profilingFlags()->buffers_max, Success);
211 profilingFlags()->setDefaults();

Completed in 14 milliseconds