Searched refs:profileCollectorService (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/compiler-rt/lib/xray/tests/unit/ |
D | profile_collector_test.cpp | 132 profileCollectorService::reset(); in TEST() 135 profileCollectorService::post(&BQ, std::move(T), std::move(Allocators), in TEST() 139 profileCollectorService::serialize(); in TEST() 144 auto B = profileCollectorService::nextBuffer({nullptr, 0}); in TEST() 147 B = profileCollectorService::nextBuffer(B); in TEST() 158 B = profileCollectorService::nextBuffer(B); in TEST() 205 profileCollectorService::post(&BQ, std::move(T), std::move(Allocators), in threadProcessing() 212 profileCollectorService::reset(); in TEST() 221 profileCollectorService::serialize(); in TEST() 224 auto B = profileCollectorService::nextBuffer({nullptr, 0}); in TEST() [all …]
|
/external/llvm-project/compiler-rt/lib/xray/ |
D | xray_profiling.cpp | 190 profileCollectorService::post(BQ, std::move(*FCT), std::move(*Allocators), in postCurrentThreadFCT() 239 XRayBuffer B = profileCollectorService::nextBuffer({nullptr, 0}); in profilingFlush() 254 B = profileCollectorService::nextBuffer(B); in profilingFlush() 261 profileCollectorService::reset(); in profilingFlush() 344 profileCollectorService::serialize(); in profilingFinalize() 388 profileCollectorService::reset(); in profilingLoggingInit() 473 __xray_log_set_buffer_iterator(profileCollectorService::nextBuffer); in profilingLoggingInit()
|
D | xray_profile_collector.h | 30 namespace profileCollectorService {
|
D | xray_profile_collector.cpp | 25 namespace profileCollectorService { namespace
|