summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorShahyan Soltani <shahyan.soltani@amd.com>2026-06-30 12:04:01 -0400
committerChristian König <christian.koenig@amd.com>2026-07-02 09:27:51 +0200
commit44d19b8a7548aa25cbc6ebd5f27e958f7142c36b (patch)
treee3a3645343fea1efcb5eb542b7c8a4a7b8aea8f9 /tools/perf/scripts/python/bin/stackcollapse-report
parentcff96362794a5c1f3adb013b4a46c7233149a629 (diff)
dma_buf: change unsigned int and int types into size_t
The num_fences, count, i, and j variables in dma_fence_dedup_array() and __dma_fence_unwrap_merge() have inconsistent integer types, mixing both unsigned int and int. Use type size_t consistently for these instead, and update the return type of dma_fence_dedup_array() accordingly. Signed-off-by: Shahyan Soltani <shahyan.soltani@amd.com> Suggested-by: Philipp Stanner <phasta@mailbox.org> Link: https://lore.kernel.org/r/20260630160401.67544-1-shahyan.soltani@amd.com Reviewed-by: Philipp Stanner <phasta@kernel.org> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions