microsoft / Microsoft-Performance-Tools-Linux-Android

Linux, Android and Chromium Performance Tools built using the Microsoft Performance Toolkit. Cross-platform .NET Core + WPA GUI
MIT License
320 stars 34 forks source link

LTTng traces do not show the thread id #77

Closed dfeies closed 2 years ago

dfeies commented 2 years ago

I took a trace using the following commands (see the add-context line for the thread id). The thread id does not show up in WPA but it shows in TraceCompass. lttng create sess1 --output /home/user lttng add-context --userspace --type=vtid --type=pthread_id lttng enable-event --userspace --all lttng start sess1 ./myapp lttng destroy sess1