User Mode Tracing embeds an agent library into application address space using
LD_PRELOAD. It interposes the pthread APIs and a few
system calls, collects the start time and end time of an API, and a few other
metrics.
System wide performance data and already running process/thread performance data collection is not supported with user mode sampling and tracing.