perfview
perfview copied to clipboard
Disable DiagnosticSource event source and ASP.NET Core event source by default
Today perfview turns on diagnostic source events and deprecated ASP.NET Core events:
https://github.com/microsoft/perfview/blob/203df9d4c40f2226274a46b271a2f5f464b35d76/src/PerfView/CommandProcessor.cs#L742-L761
The ASP.NET Core events should be removed. I think the diagnostic source event source should be configurable but off by default as well.