Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profiling.cpp187 profileCollectorService::post(BQ, std::move(*FCT), std::move(*Allocators), in postCurrentThreadFCT()
236 XRayBuffer B = profileCollectorService::nextBuffer({nullptr, 0}); in profilingFlush()
251 B = profileCollectorService::nextBuffer(B); in profilingFlush()
258 profileCollectorService::reset(); in profilingFlush()
341 profileCollectorService::serialize(); in profilingFinalize()
385 profileCollectorService::reset(); in profilingLoggingInit()
470 __xray_log_set_buffer_iterator(profileCollectorService::nextBuffer); in profilingLoggingInit()
H A Dxray_profile_collector.h30 namespace profileCollectorService {
H A Dxray_profile_collector.cpp25 namespace profileCollectorService { namespace