Home
last modified time | relevance | path

Searched refs:__xray_log_set_buffer_iterator (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/compiler-rt/lib/xray/
Dxray_log_interface.cpp53 void __xray_log_set_buffer_iterator(XRayBuffer (*Iterator)(XRayBuffer)) in __xray_log_set_buffer_iterator() function
60 __xray_log_set_buffer_iterator(&NullBufferIterator); in __xray_log_remove_buffer_iterator()
Dxray_profiling.cpp473 __xray_log_set_buffer_iterator(profileCollectorService::nextBuffer); in profilingLoggingInit()
Dxray_fdr_logging.cpp717 __xray_log_set_buffer_iterator(fdrIterator); in fdrLoggingInit()
/external/llvm-project/compiler-rt/include/xray/
Dxray_log_interface.h322 void __xray_log_set_buffer_iterator(XRayBuffer (*Iterator)(XRayBuffer));
/external/llvm-project/compiler-rt/test/xray/TestCases/Posix/
Dlogging-modes.cpp47 __xray_log_set_buffer_iterator(next_buffer); in printing_init()
/external/llvm-project/llvm/docs/
DXRay.rst204 data via the ``__xray_log_set_buffer_iterator(...)`` which allows code calling