search for: __xray_log_finalize

Displaying 1 result from an estimated 1 matches for "__xray_log_finalize".

2018 Jun 08
2
XRay FDR mode doesn’t log main thread calls
Hello, I am initializing FDR mode and finalizing/flushing the buffers manually. XRay does not log calls from the main thread unless there is a function call after __xray_log_finalize(). This behavior is abnormal since one would expect the trace file to contain all function calls made up to the point when __xray_log_finalize() is called. To demonstrate this behavior, I have taken the test case from TestCases/Posix and modified it. I am running Ubuntu 16.04.1 on a x86_64 machi...