SWDEV-301667 - Reset profiler correlation_id_

- The correlation_id had random junk values which we were inserting in
the dispatch AQL packet even when no profiler was attached but if we had
a valid timestamp.
- Also make sure we dont even write the reserved2 field in the AQL
packet if no profiler attached.

Change-Id: Icdb7493198c1bb5e2d786a97e027288660854cd7
This commit is contained in:
Saleel Kudchadker
2024-01-25 02:10:15 +00:00
committed by Maneesh Gupta
orang tua 60549b101c
melakukan 9a6ddae7b2
3 mengubah file dengan 6 tambahan dan 2 penghapusan
+1
Melihat File
@@ -126,6 +126,7 @@ class Event : public RuntimeObject {
submitted_ = 0ULL;
start_ = 0ULL;
end_ = 0ULL;
correlation_id_ = 0ULL;
}
} profilingInfo_;