diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2020-12-10 22:25:41 +0300 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2020-12-15 18:19:30 +0300 |
commit | 9e42ad10cedf0632fc39860381375806092212bd (patch) | |
tree | 869b44fb4351939487b8d5a47ec4057357ff19da /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 3e2380123fb96987ce958f623207010c667ffa7c (diff) | |
download | linux-9e42ad10cedf0632fc39860381375806092212bd.tar.xz |
genirq: Annotate irq stats data races
Both the per cpu stats and the accumulated count are accessed lockless and
can be concurrently modified. That's intentional and the stats are a rough
estimate anyway. Annotate them with data_race().
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20201210194043.067097663@linutronix.de
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions