aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorWen Yang <[email protected]>2020-01-30 21:08:51 +0800
committerThomas Gleixner <[email protected]>2020-03-04 10:17:51 +0100
commit38f7b0b1316d435f38ec3f2bb078897b7a1cfdea (patch)
tree6897b480ecd5caf0a03c1a39904df76fb84eea36 /tools/perf/scripts/python/stackcollapse.py
parent4cbbc3a0eeed675449b1a4d080008927121f3da3 (diff)
hrtimer: Cast explicitely to u32t in __ktime_divns()
do_div() does a 64-by-32 division at least on 32bit platforms, while the divisor 'div' is explicitly casted to unsigned long, thus 64-bit on 64-bit platforms. The code already ensures that the divisor is less than 2^32. Hence the proper cast type is u32. Signed-off-by: Wen Yang <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions