mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-11 20:00:38 +01:00
intel: Add pid and tid to Vulkan QueueSubmit events
Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40233>
This commit is contained in:
parent
c0c49e2b54
commit
d9929a03e8
1 changed files with 2 additions and 0 deletions
|
|
@ -640,6 +640,8 @@ intel_ds_end_submit(struct intel_ds_queue *queue,
|
|||
submit->set_duration_ns(end_ts - start_ts);
|
||||
submit->set_vk_queue((uintptr_t) queue);
|
||||
submit->set_submission_id(submission_id);
|
||||
submit->set_pid(getpid());
|
||||
submit->set_tid(gettid());
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue