diff options
author | Deepa Dinamani <[email protected]> | 2016-02-27 00:32:17 -0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2016-03-01 17:18:44 -0500 |
commit | 6497c7e6400105424a7d1dddc3f3aadcc8e3588a (patch) | |
tree | 995d717d35294cc0bac130b78949d2bbf00d49ab /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | b1b270d863c022f3dbf1f8786fd2956703ee10fc (diff) |
net: sctp: Convert log timestamps to be y2038 safe
SCTP probe log timestamps use struct timespec which is
not y2038 safe.
Use struct timespec64 which is 2038 safe instead.
Use monotonic time instead of real time as only time
differences are logged.
Signed-off-by: Deepa Dinamani <[email protected]>
Reviewed-by: Arnd Bergmann <[email protected]>
Acked-by: Neil Horman <[email protected]>
Cc: Vlad Yasevich <[email protected]>
Cc: Neil Horman <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: [email protected]
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions