summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorChristian Borntraeger <borntraeger@de.ibm.com>2015-01-06 22:47:41 +0100
committerChristian Borntraeger <borntraeger@de.ibm.com>2015-01-19 14:14:19 +0100
commitda1a288d8562739aa8ba0273d4fb6b73b856c0d3 (patch)
tree80d57ed776241fbcc48339d1ef1012cd39a5cf69 /tools/perf/scripts/python/event_analyzing_sample.py
parent5ee07612e9e20817bb99256ab6cf1400fd5aa270 (diff)
ppc/hugetlbfs: Replace ACCESS_ONCE with READ_ONCE
ACCESS_ONCE does not work reliably on non-scalar types. For example gcc 4.6 and 4.7 might remove the volatile tag for such accesses during the SRA (scalar replacement of aggregates) step (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58145) Change the ppc/hugetlbfs code to replace ACCESS_ONCE with READ_ONCE. Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions