summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-sql.py
diff options
context:
space:
mode:
authorFelix Kuehling <Felix.Kuehling@amd.com>2017-10-28 02:35:19 +0300
committerOded Gabbay <oded.gabbay@gmail.com>2017-10-28 02:35:19 +0300
commit9b56bb115460cee92a80bf85232b4b7da2f080e6 (patch)
treea2c2d9888ab7e38c5659af2e7e47798ac4c2af6b /tools/perf/scripts/python/call-graph-from-sql.py
parent66b783b4465de05ce6b370b1ae97e95b0fc14a34 (diff)
downloadlinux-9b56bb115460cee92a80bf85232b4b7da2f080e6.tar.xz
drm/amdkfd: Don't dereference kfd_process.mm
The kfd_process doesn't own a reference to the mm_struct, so it can disappear without warning even while the kfd_process still exists. Therefore, avoid dereferencing the kfd_process.mm pointer and make it opaque. Use get_task_mm to get a temporary reference to the mm when it's needed. v2: removed unnecessary WARN_ON Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com> Reviewed-by: Oded Gabbay <oded.gabbay@gmail.com> Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions