diff options
author | Ahmed S. Darwish <[email protected]> | 2020-08-27 13:40:40 +0200 |
---|---|---|
committer | Peter Zijlstra <[email protected]> | 2020-09-10 11:19:29 +0200 |
commit | a690ed07353ec45f056b0a6f87c23a12a59c030d (patch) | |
tree | 2951501cb8a5869d891a28b73a3a86cf0a3b5367 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 80793c3471d90d4dc2b48deadb6413bdfe39500f (diff) |
time/sched_clock: Use seqcount_latch_t
Latch sequence counters have unique read and write APIs, and thus
seqcount_latch_t was recently introduced at seqlock.h.
Use that new data type instead of plain seqcount_t. This adds the
necessary type-safety and ensures only latching-safe seqcount APIs are
to be used.
Signed-off-by: Ahmed S. Darwish <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions