Home
last modified time | relevance | path

Searched refs:XRAY_LOG_FLUSHED (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/compiler-rt/test/xray/TestCases/Posix/
Dprofiling-single-threaded.cpp49 XRayLogFlushStatus::XRAY_LOG_FLUSHED); in main()
54 assert(__xray_log_flushLog() == XRayLogFlushStatus::XRAY_LOG_FLUSHED); in main()
65 XRayLogFlushStatus::XRAY_LOG_FLUSHED); in main()
67 assert(__xray_log_flushLog() == XRayLogFlushStatus::XRAY_LOG_FLUSHED); in main()
Dfdr-mode-multiple.cpp43 assert(process_status == XRayLogFlushStatus::XRAY_LOG_FLUSHED); in main()
45 assert(flush_status == XRayLogFlushStatus::XRAY_LOG_FLUSHED); in main()
69 assert(process_status == XRayLogFlushStatus::XRAY_LOG_FLUSHED); in main()
71 assert(flush_status == XRayLogFlushStatus::XRAY_LOG_FLUSHED); in main()
Dlogging-modes.cpp57 return XRayLogFlushStatus::XRAY_LOG_FLUSHED; in printing_flush_log()
90 XRayLogFlushStatus::XRAY_LOG_FLUSHED); in main()
92 assert(__xray_log_flushLog() == XRayLogFlushStatus::XRAY_LOG_FLUSHED); in main()
Dfdr-mode-inmemory.cpp43 assert(process_status == XRayLogFlushStatus::XRAY_LOG_FLUSHED); in main()
45 assert(flush_status == XRayLogFlushStatus::XRAY_LOG_FLUSHED); in main()
Dprofiling-multi-threaded.cpp53 XRayLogFlushStatus::XRAY_LOG_FLUSHED); in main()
57 assert(__xray_log_flushLog() == XRayLogFlushStatus::XRAY_LOG_FLUSHED); in main()
Dfdr-reinit.cpp50 assert(flush_status == XRayLogFlushStatus::XRAY_LOG_FLUSHED); in main()
66 assert(flush_status == XRayLogFlushStatus::XRAY_LOG_FLUSHED); in main()
Dfdr-single-thread.cpp26 assert(__xray_log_flushLog() == XRAY_LOG_FLUSHED); in main()
/external/llvm-project/compiler-rt/lib/xray/
Dxray_profiling.cpp263 atomic_store(&ProfilerLogFlushStatus, XRayLogFlushStatus::XRAY_LOG_FLUSHED, in profilingFlush()
268 return XRayLogFlushStatus::XRAY_LOG_FLUSHED; in profilingFlush()
465 profilingFlush() != XRAY_LOG_FLUSHED) in profilingLoggingInit()
Dxray_fdr_logging.cpp327 atomic_store(&LogFlushStatus, XRayLogFlushStatus::XRAY_LOG_FLUSHED, in fdrLoggingFlush()
329 return XRayLogFlushStatus::XRAY_LOG_FLUSHED; in fdrLoggingFlush()
382 atomic_store(&LogFlushStatus, XRayLogFlushStatus::XRAY_LOG_FLUSHED, in fdrLoggingFlush()
384 return XRayLogFlushStatus::XRAY_LOG_FLUSHED; in fdrLoggingFlush()
Dxray_log_interface.cpp208 return XRayLogFlushStatus::XRAY_LOG_FLUSHED; in __xray_log_process_buffers()
Dxray_basic_logging.cpp458 return XRayLogFlushStatus::XRAY_LOG_FLUSHED; in basicLoggingFlush()
/external/llvm-project/compiler-rt/include/xray/
Dxray_log_interface.h140 XRAY_LOG_FLUSHED = 2, enumerator
/external/llvm-project/llvm/docs/
DXRay.rst264 if (flush_status != XRAY_LOG_FLUSHED) {