diff options
author | 2021-06-02 15:51:48 -0700 | |
---|---|---|
committer | 2021-07-27 11:39:30 -0700 | |
commit | 5b237d650eb8b0870b5d816fecc0be00237cbfff (patch) | |
tree | 89fcbca2934f2ee9f1824cfabff34b051381093b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | rcuscale: Console output claims too few grace periods (diff) | |
download | linux-dev-5b237d650eb8b0870b5d816fecc0be00237cbfff.tar.xz linux-dev-5b237d650eb8b0870b5d816fecc0be00237cbfff.zip |
locktorture: Mark statistics data races
The lock_stress_stats structure's ->n_lock_fail and ->n_lock_acquired
fields are incremented and sampled locklessly using plain C-language
statements, which KCSAN objects to. This commit therefore marks the
statistics gathering with data_race() to flag the intent. While in
the area, this commit also reduces the number of accesses to the
->n_lock_acquired field, thus eliminating some possible check/use
confusion.
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions