Adding Kernel Dispatch Tracing Correlation

Change-Id: I7f05fc1fa2fd3f13e0c120b2f48787454a6db7a6
This commit is contained in:
Ammar ELWazir
2023-06-02 02:04:02 +00:00
parent 941a0373e6
commit 0859c3567d
+2 -1
View File
@@ -313,7 +313,8 @@ class perfetto_plugin_t {
profiler_record.kernel_properties.accum_vgpr_count, "SGPR",
profiler_record.kernel_properties.sgpr_count, "Wave Size",
profiler_record.kernel_properties.wave_size, "Signal",
profiler_record.kernel_properties.signal_handle);
profiler_record.kernel_properties.signal_handle,
perfetto::Flow::ProcessScoped(profiler_record.correlation_id.value));
TRACE_EVENT_END("KERNELS", queue_track, profiler_record.timestamps.end.value);