diff options
author | Arnd Bergmann <[email protected]> | 2016-06-17 17:30:47 +0200 |
---|---|---|
committer | John Stultz <[email protected]> | 2016-06-20 12:47:33 -0700 |
commit | 7c71feb0a6766c7c3a262e3cc33ae231f3953cb6 (patch) | |
tree | 0013bd8099c1a042faf755da832ca48345b48747 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 4a19bd3d22d51a0c89db10879dacaffa0f52aecf (diff) |
timer: Avoid using timespec
The tstats_show() function prints a ktime_t variable by converting
it to struct timespec first. The algorithm is ok, but we want to
stop using timespec in general because of the 32-bit time_t
overflow problem.
This changes the code to use struct timespec64, without any
functional change.
Cc: Prarit Bhargava <[email protected]>
Cc: Richard Cochran <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Ingo Molnar <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
Signed-off-by: John Stultz <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions