From 3dc4cb1adf5e378c20080ed0c618a5cdd79ab55d Mon Sep 17 00:00:00 2001 From: Mukul Sabharwal Date: Sat, 27 Apr 2019 17:02:35 -0700 Subject: [PATCH] Update example, remove internal Guids --- ...ni => ExampleBPerfCPUSamplesCollector.ini} | 74 +++---------------- 1 file changed, 10 insertions(+), 64 deletions(-) rename CPUSamplesCollector/{BPerfCPUSamplesCollector.ini => ExampleBPerfCPUSamplesCollector.ini} (66%) diff --git a/CPUSamplesCollector/BPerfCPUSamplesCollector.ini b/CPUSamplesCollector/ExampleBPerfCPUSamplesCollector.ini similarity index 66% rename from CPUSamplesCollector/BPerfCPUSamplesCollector.ini rename to CPUSamplesCollector/ExampleBPerfCPUSamplesCollector.ini index 163d8ea..62e497d 100644 --- a/CPUSamplesCollector/BPerfCPUSamplesCollector.ini +++ b/CPUSamplesCollector/ExampleBPerfCPUSamplesCollector.ini @@ -10,8 +10,14 @@ KernelEnableFlags=16777223 EnableEmbeddingEventMetadata=1 EnableEmbeddingSymbolServerKeyInfo=1 EnableMetadataSideStream=1 -OnDiskFormat=1 -Providers=PerfInfo,Thread,Process,PageFault,ImageLoad,.NET Common Language Runtime,DotNet,System.Threading.Tasks.TplEventSource,Microsoft-Windows-ASPNET,Microsoft-Windows-TCPIP,Microsoft-Windows-Kernel-Process,Microsoft-Windows-Kernel-Processor-Power,HTTP Service Trace,Microsoft-Windows-DNS-Client,System.Diagnostics.Eventing.FrameworkEventSource,Microsoft-JScript,Microsoft-AspNetCore-Server-Kestrel,Microsoft-AspNetCore-Hosting,IIS: WWW Server,ASP.NET Events,BPerfStampingEventSource,BPerfInfoEventSource,PipelineInfoEventSource,MonitoredScopeEventSource,TcpHttpCorrelationEventSource,AutopilotLoggerEventSource,QuickInjectEventSource,MDMEventSource,SmartBuildEventSource,MiniStampEventSource,BufferManagerEventSource,FederationEventSource,ChunkDiagnosticsEventSource,ImageEmbeddingEventSource +EnableCLRSymbolCollection=1 + +; Uncomment the following line to restrict CLR symbol collection to specific processes +;CLRSymbolCollectionProcessNames=SomeSpecificProcess.exe,SomeOtherProcess.exe + +; On Disk format can be BTL or ETL +OnDiskFormat=BTL +Providers=PerfInfo,Thread,Process,PageFault,ImageLoad,.NET Common Language Runtime,DotNet,System.Threading.Tasks.TplEventSource,Microsoft-Windows-ASPNET,Microsoft-Windows-TCPIP,Microsoft-Windows-Kernel-Process,Microsoft-Windows-Kernel-Processor-Power,HTTP Service Trace,Microsoft-Windows-DNS-Client,System.Diagnostics.Eventing.FrameworkEventSource,Microsoft-JScript,Microsoft-AspNetCore-Server-Kestrel,Microsoft-AspNetCore-Hosting,IIS: WWW Server,ASP.NET Events ClassicEventIdsStack=PerfInfoStack,ImageLoadStack [PerfInfoStack] @@ -53,6 +59,8 @@ MatchAnyKeyword=2147581969 ; Allocation Tick, GC Triggered, LoadVerbose, Exception Start, Catch, Finally StackEventIdsFilter=10,35,80,143,250,252 Level=4 +; Uncomment the following line to restrict this event provider to the specific processes listed below +;ExeNamesFilter=SomeSpecificProcess.exe,SomeOtherProcess.exe [DotNet] Guid={319DC449-ADA5-50F7-428E-957DB6791668} @@ -118,66 +126,4 @@ Level=4 [ASP.NET Events] Guid={AFF081FE-0247-4275-9C4E-021F3DC1DA35} -Level=4 - -; BPerf Critical - -[BPerfStampingEventSource] ; Used for stamping request entry points / thread migrations -Guid={D46E5565-D624-4C4D-89CC-7A82887D3627} -Level=4 - -[BPerfInfoEventSource] ; Used for Stack Viewer -Guid={79430003-51BF-5F05-ED34-99CF32652C26} -Level=4 - -[PipelineInfoEventSource] ; Used for detecting end of request early termination -Guid={F929009C-E2CF-4408-873E-20D60DAE6B55} -Level=4 - -; Bing SNR Specific - -[MonitoredScopeEventSource] -Guid={2E185D98-344D-5EF7-0630-AFE322F01B98} -Level=4 - -[TcpHttpCorrelationEventSource] -Guid={B51B554F-10F4-59D9-8C75-4273142D39C9} -Level=4 - -[AutopilotLoggerEventSource] -Guid={20DC2E75-5A26-5799-AFE1-11D887F18932} -Level=5 - -[QuickInjectEventSource] -Guid={5BF45913-60EB-5DD5-78FA-0C46DE21A2FB} -Level=4 - -[MDMEventSource] -Guid={EDC24920-E004-40F6-A8E1-0E6E48F39D84} -Level=4 -; ULongMetricEvent, ExternallyAggregatedULongMetricEvent, ExternallyAggregatedDoubleMetricEvent, DoubleMetricEvent -StackEventIdsFilter=50,53,54,55 - -[SmartBuildEventSource] -Guid={1AB5F7B3-A330-50EE-3F97-9B55CD5CA518} -Level=4 - -[MiniStampEventSource] -Guid={E5F0384D-6D0C-5390-086C-7789F2311078} -Level=4 - -[BufferManagerEventSource] -Guid={B4397DF7-B17C-49BE-A199-262BE5A0F1A3} -Level=4 - -[FederationEventSource] -Guid={FDEC008F-293F-4B6F-9B38-13274105856D} -Level=4 - -[ChunkDiagnosticsEventSource] -Guid={7B4915F6-10B0-5AE4-3F3A-1065A44ADFE0} -Level=4 - -[ImageEmbeddingEventSource] -Guid={B9C54873-2E41-5D15-9637-50CAA653A1E9} Level=4 \ No newline at end of file