Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/tests/unit/
Dprofile_collector_test.cpp132 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/
Dxray_profiling.cpp190 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()
Dxray_profile_collector.h30 namespace profileCollectorService {
Dxray_profile_collector.cpp25 namespace profileCollectorService { namespace