aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorKent Russell <[email protected]>2024-09-10 09:21:25 -0400
committerAlex Deucher <[email protected]>2024-09-17 10:04:57 -0400
commit21d1d72475809734a5149ecfffdc7551503b042b (patch)
treeaaba63a564c1f8407713a840c6ce0e8d8b8d805b /tools/perf/scripts/python/task-analyzer.py
parentae2c6d8b3b88c176dff92028941a4023f1b4cb91 (diff)
drm/amdkfd: Move queue fs deletion after destroy check
We were removing the kernfs entry for queue info before checking if the queue could be destroyed. If it failed to get destroyed (e.g. during some GPU resets), then we would try to delete it later during pqm teardown, but the file was already removed. This led to a kernel WARN trying to remove size, gpuid and type. Move the remove to after the destroy check. Signed-off-by: Kent Russell <[email protected]> Reviewed-by: Jonathan Kim <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions