microsoft / perfview

PerfView is a CPU and memory performance-analysis tool
http://channel9.msdn.com/Series/PerfView-Tutorial
MIT License
4.1k stars 698 forks source link

Support Concurrent Access to LinuxPerfScriptProcessNameBuilder #2066

Closed brianrob closed 1 month ago

brianrob commented 1 month ago

Required to support ParallelLinuxPerfScriptStackSource.

Address unlocked access to Dictionary objects in LinuxPerfScriptProcessNameBuilder that can occur when called from ParallelLinuxPerfScriptStackSource, which splits the processing work across multiple threads.