Re: [Valgrind-users] Limiting helgrind to finding only write-write conflicts

2013-10-13 Thread David Faure
On Tuesday 08 October 2013 19:34:03 Phil Longstaff wrote: > I don't see any command line options which limit helgrind to ignoring > read/write or write/read conflicts and only displaying write/write > conflicts. Would that be hard to add? > > We have situations where we think only 1 thread update

[Valgrind-users] Limiting helgrind to finding only write-write conflicts

2013-10-08 Thread Phil Longstaff
I don't see any command line options which limit helgrind to ignoring read/write or write/read conflicts and only displaying write/write conflicts. Would that be hard to add? We have situations where we think only 1 thread updates some counter, and periodically, another thread reads the value