Description
Process behavior can be captured as high-resolution traces for performance debugging. It is useful for developers investigating latency, CPU activity, or what a program was doing around a specific moment.
Tracing can reveal function names, timing, process behavior, and sometimes sensitive workload details. Use it only on processes you are allowed to inspect and protect collected trace files.