[llvm-dev] How to dynamically turn on/off XRay tracing?
徐明杰 via llvm-dev
llvm-dev at lists.llvm.org
Wed Sep 1 00:23:24 PDT 2021
Hi all!
According to XRay whitepaper ("XRay: A Function Call Tracing System"), XRay
tracing can be turned on and off dynamically without having to restart the
server.
However, I only found that we can use the XRAY_OPTIONS environment variable
to enable or disable XRay at application start.
Is there any way to turn on/off dynamically without having to restart the
server?
Regards,
Xu Mingjie @ ByteDance
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210901/d995a706/attachment-0001.html>
More information about the llvm-dev
mailing list