Home
last modified time | relevance | path

Searched refs:__xray_log_flushLog (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/compiler-rt/test/xray/TestCases/Posix/
Dprofiling-single-threaded.cpp54 assert(__xray_log_flushLog() == XRayLogFlushStatus::XRAY_LOG_FLUSHED); in main()
67 assert(__xray_log_flushLog() == XRayLogFlushStatus::XRAY_LOG_FLUSHED); in main()
Dfdr-reinit.cpp49 auto flush_status = __xray_log_flushLog(); in main()
65 flush_status = __xray_log_flushLog(); in main()
Dfdr-mode-multiple.cpp44 auto flush_status = __xray_log_flushLog(); in main()
70 flush_status = __xray_log_flushLog(); in main()
Dfdr-single-thread.cpp26 assert(__xray_log_flushLog() == XRAY_LOG_FLUSHED); in main()
Dfdr-thread-order.cpp47 __xray_log_flushLog(); in main()
Dfdr-mode-inmemory.cpp44 auto flush_status = __xray_log_flushLog(); in main()
Dprofiling-multi-threaded.cpp57 assert(__xray_log_flushLog() == XRayLogFlushStatus::XRAY_LOG_FLUSHED); in main()
Dfdr-mode.cpp76 std::cout << "Flush status " << __xray_log_flushLog() << std::endl; in main()
Dlogging-modes.cpp92 assert(__xray_log_flushLog() == XRayLogFlushStatus::XRAY_LOG_FLUSHED); in main()
/external/llvm-project/compiler-rt/include/xray/
Dxray_log_interface.h305 XRayLogFlushStatus __xray_log_flushLog();
/external/llvm-project/compiler-rt/lib/xray/
Dxray_log_interface.cpp187 XRayLogFlushStatus __xray_log_flushLog() XRAY_NEVER_INSTRUMENT { in __xray_log_flushLog() function
/external/llvm-project/llvm/docs/
DXRay.rst202 ``__xray_log_flushLog()`` function. For implementations that support in-memory
263 auto flush_status = __xray_log_flushLog();