aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorJesse Brandeburg <[email protected]>2020-05-15 17:36:38 -0700
committerJeff Kirsher <[email protected]>2020-05-27 17:02:47 -0700
commit22bef5e78f1193b664f59834361704cb22f9d5d7 (patch)
tree0bc1daf90501814fff8b00b359bbce07d842708e /tools/perf/scripts/python/bin/stackcollapse-record
parent50ce4c099bebf56be86c9448f7f4bcd34f33663c (diff)
ice: fix signed vs unsigned comparisons
Fix the remaining signed vs unsigned issues, which appear when compiling with -Werror=sign-compare. Many of these are because there is an external interface that is passing an int to us (which we can't change) but that we (rightfully) store and compare against as an unsigned in our data structures. Signed-off-by: Jesse Brandeburg <[email protected]> Signed-off-by: Bruce Allan <[email protected]> Signed-off-by: Tony Nguyen <[email protected]> Tested-by: Andrew Bowers <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions