Peter Zijlstra <[email protected]> writes: > > No feedback on the correctness aspects of the overflow crap?
I assume you mean collisions? See below. > A quick look at patch 6 reads like you still don't understand the issue > right. There are no 'collisions' as such in PEBS record generation, or > are there? See the earlier open discussion. There can be collisions, but they are in practice extremely rare. The only way you can get a lot of collision is if you count the same thing multiple times which is not a useful configuration. A single monitoring tool only needs a single event once. While multiple processes may be configuring multiple events at the same time, they will not start them at the same time which also prevents collisions. -Andi -- [email protected] -- Speaking for myself only -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

