You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix IndexOutOfRangeException when we iterate over all the Generations…
… and try to access GenData (microsoft#2154)
* Initial work.
* More clean up of accidentally indexing
* Clean up
* Addressed feedback
* Fixed one more IndexOutOfRangeException
Support Concurrent Access to LinuxPerfScriptProcessNameBuilder (micro……soft#2066)
* Support concurrent access to LinuxPerfScriptProcessNameBuilder.
Required to support ParallelLinuxPerfScriptStackSource.
* Make lock name more descriptive.