aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2018-06-18 17:28:23 +0200
committerMartin K. Petersen <[email protected]>2018-06-26 12:00:27 -0400
commitc4d6204dc1742581c0450d2ff6a058f61ea4f4ce (patch)
treef8bc84056c7d3c0530a0d899a434ed4a161ff064 /tools/perf/scripts/python
parentfe7f4e5d11541402f54ebd777a4f49caee891401 (diff)
scsi: lpfc: use monotonic timestamps for statistics
The get_seconds() function suffers from a possible overflow in 2038 or 2106, as well as jitter due to settimeofday or leap second updates, and is deprecated. As we are interested in elapsed time only, using ktime_get_seconds() to read the CLOCK_MONOTONIC timebase is ideal here. This also lets us remove the hack that tries to deal with get_seconds() going slightly backwards, which cannot happen with montonic timestamps. Signed-off-by: Arnd Bergmann <[email protected]> Reviewed-by: Johannes Thumshirn <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions