aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorAngus Wang <[email protected]>2022-03-31 09:33:10 -0400
committerAlex Deucher <[email protected]>2022-04-12 14:19:51 -0400
commit19a2e1e36a2b14d7549a6d9584be131f4286f757 (patch)
treebdfd8e08d9dce23659fec7656e47d98dc6029a91 /tools/perf/scripts/python/stackcollapse.py
parent30ffa74a04b6e48080f3181b29d2693b8486ca1e (diff)
drm/amd/display: Fix inconsistent timestamp type
[WHY] An unsigned int timestamp variable is assigned with an unsigned long long value. Also, the assignment directly converts the tick value to us without using built-in get elapsed time function. [HOW] Cast the assigned value correctly and also use built-in function to get the timestamp in the unit we want. v2: squash in 64 bit division fix Reviewed-by: Aric Cyr <[email protected]> Acked-by: Pavle Kotarac <[email protected]> Signed-off-by: Angus Wang <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions