Displaying 1 result from an estimated 1 matches for "buffer_max".
2018 Jun 08
2
XRay FDR mode doesn’t log main thread calls
...de.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 'xray-log.fdr-mode.Xubrrm'
Flush status 2
henry at OptiPlex-9010:~/build_xray/llvm-instrumented-build/bin$ ./llvm-xray
convert -f yaml -symb...