mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-25 04:28:22 +00:00
This PR does the following things: - Allow to lock the highlighted thread using left mouse click or lane popup menu - Add more descriptions for wait reasons in View::DecodeContextSwitchReason - Stores the Wakeup CPU so that we may display it in the CPU data view - `QueueThreadWakeup` now contains cpu and adjust info (currently unused). Fits in the padding, no struct size change. - `QueueContextSwitch` now also contains thread priorities information (windows+linux) and CState (windows), but currently unused by the profiler. Fits in the padding, no struct size change. - Fixes Linux `EventWakeup` which tries to remove PERF_SAMPLE_CALLCHAIN on the wrong member. Set the whole `perf_event_attr` explicitely instead. - Fixes Windows ReadyThread event being dropped if triggered before the thread switches out (this is confirmed to be normal behaviour, probably due to thread being switched out but context switch actually happening later) - Bumps tracy file version and protocol versions