search for: xray_fdr_options

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

2018 Jun 08
2
XRay FDR mode doesn’t log main thread calls
...ng the result from the test file and then the result from modifying the fdr-mode.cc test provided in the TestCases/Posix directory. ====UNMODIFIED fdr-mode.cc==== ./clang++ -fxray-instrument fdr-mode.cc -o fdr-mode XRAY_OPTIONS="patch_premain=false xray_mode=xray-fdr verbosity=1" XRAY_FDR_OPTIONS="func_duration_thr eshold_us=0" ./fdr-mode Logging before init. ==31756==Initializing FDR mode with options: buffer_size=16384:buffer_max=10 ==31756==XRay FDR init successful. Init status 2 Patching... Joined Finalize status 4 Main execution var = 6 ==31756==XRay: Log file in ...