aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts-by-pid.py
diff options
context:
space:
mode:
authorBrian Welty <[email protected]>2024-01-10 09:32:51 -0800
committerMatthew Brost <[email protected]>2024-01-10 15:01:53 -0800
commit25ce7c5063b335808e1753ced5f0069981073f17 (patch)
tree8feaf090e4ecbbe3250549b03d50c504668a15e9 /tools/perf/scripts/python/syscall-counts-by-pid.py
parent6ae24344e2e3e12e06f7b382af4bba2fd417b2ff (diff)
drm/xe: Finish refactoring of exec_queue_create
Setting of exec_queue user extensions is moved from the end of the ioctl function earlier, into __xe_exec_queue_alloc(). This fixes bug in that the USM attributes for access counters were being applied too late, and effectively were ignored. However, in order to apply user extensions this early, we can no longer call q->ops functions. Instead, make it more efficient. The user extension functions can simply update the q->sched_props values and they will be applied by the backend during q->ops->init(). v2: minor changes for readability (Matt) Signed-off-by: Brian Welty <[email protected]> Signed-off-by: Matthew Brost <[email protected]> Reviewed-by: Matthew Brost <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions