Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_profiling.cc36 XRayLogFlushStatus::XRAY_LOG_NOT_FLUSHING};
213 return XRayLogFlushStatus::XRAY_LOG_NOT_FLUSHING; in profilingFlush()
221 XRayLogFlushStatus::XRAY_LOG_NOT_FLUSHING, in profilingFlush()
223 return XRayLogFlushStatus::XRAY_LOG_NOT_FLUSHING; in profilingFlush()
H A Dxray_fdr_logging.cc91 XRayLogFlushStatus::XRAY_LOG_NOT_FLUSHING};
285 return XRayLogFlushStatus::XRAY_LOG_NOT_FLUSHING; in fdrLoggingFlush()
288 s32 Result = XRayLogFlushStatus::XRAY_LOG_NOT_FLUSHING; in fdrLoggingFlush()
300 return XRayLogFlushStatus::XRAY_LOG_NOT_FLUSHING; in fdrLoggingFlush()
344 auto Result = XRayLogFlushStatus::XRAY_LOG_NOT_FLUSHING; in fdrLoggingFlush()
H A Dxray_log_interface.cc191 return XRayLogFlushStatus::XRAY_LOG_NOT_FLUSHING; in __xray_log_flushLog()
200 return XRayLogFlushStatus::XRAY_LOG_NOT_FLUSHING; in __xray_log_process_buffers()
/netbsd-src/sys/external/bsd/compiler_rt/dist/include/xray/
H A Dxray_log_interface.h139 XRAY_LOG_NOT_FLUSHING = 0, enumerator