aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorMitch Williams <[email protected]>2019-04-24 05:20:48 -0700
committerJeff Kirsher <[email protected]>2019-06-14 12:59:16 -0700
commit97e42ef440a37efee0878625d18d22e57c3077cb (patch)
tree3c2471747ab731e4a0c7b10afb4c804d314df4cd /tools/perf/scripts/python/bin/stackcollapse-record
parentf031c7227a4af718455918d28e7431f89b94d006 (diff)
i40e: Use signed variable
The counter variable in i40e_clean_tx_irq starts out negative and climbs to 0. So it should not be defined as a u16. This was working by accident due to the fact the u16 overflows and underflows predictably. Replace the u16 with int, which is signed and can handle the negativity. Signed-off-by: Mitch Williams <[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