-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i915-perf: add a new HW->process tracking mechanism
Right now we rely on the hw_id value from the data generated by the GPU to match the i915_request_add tracepoint hw_id. But starting with Gfx12 products, i915 started to delay hw_id picking until the i915_request_in tracepoint. This adds a 2 hops search to build the connection from i915-perf to i915_request_in to finally i915_request_add to find out the process that submitted the workload. Also don't look too far back (1 second right now).
- Loading branch information
1 parent
0eeb7f8
commit 18fe54e
Showing
2 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters