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

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_profile_collector.h 27 /// The ProfileCollectorService implements a centralised mechanism for
29 /// ProfileCollectorService can be queried for the most recent state of the
31 namespace profileCollectorService {
70 } // namespace profileCollectorService
xray_profiling.cc 191 profileCollectorService::post(BQ, std::move(*FCT), std::move(*Allocators),
240 XRayBuffer B = profileCollectorService::nextBuffer({nullptr, 0});
255 B = profileCollectorService::nextBuffer(B);
262 profileCollectorService::reset();
345 profileCollectorService::serialize();
389 profileCollectorService::reset();
474 __xray_log_set_buffer_iterator(profileCollectorService::nextBuffer);
xray_profile_collector.cc 12 // This implements the interface for the profileCollectorService.
26 namespace profileCollectorService {
414 } // namespace profileCollectorService
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
profile_collector_test.cc 133 profileCollectorService::reset();
136 profileCollectorService::post(&BQ, std::move(T), std::move(Allocators),
140 profileCollectorService::serialize();
145 auto B = profileCollectorService::nextBuffer({nullptr, 0});
148 B = profileCollectorService::nextBuffer(B);
159 B = profileCollectorService::nextBuffer(B);
181 // profileCollectorService. This simulates what the threads being profiled would
206 profileCollectorService::post(&BQ, std::move(T), std::move(Allocators),
213 profileCollectorService::reset();
222 profileCollectorService::serialize()
    [all...]

Completed in 16 milliseconds