1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Don't send thread id for hw samples.

This commit is contained in:
Bartosz Taudul
2021-05-19 22:52:13 +02:00
parent 64ed3d057d
commit 101cdd9b4b
2 changed files with 1 additions and 5 deletions
-1
View File
@@ -478,7 +478,6 @@ struct QueueTidToPid
struct QueueHwSample
{
int64_t time;
uint64_t thread;
uint64_t ip;
};