42 references to Log
System.Private.CoreLib (42)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventPipeEventDispatcher.cs (1)
166NativeRuntimeEventSource.Log.ProcessEvent(instanceData.EventID, instanceData.ThreadID, dateTimeStamp, instanceData.ActivityId, instanceData.ChildActivityId, payload);
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
3894_ = NativeRuntimeEventSource.Log;
src\libraries\System.Private.CoreLib\src\System\Threading\Lock.cs (6)
512NativeRuntimeEventSource.Log.IsEnabled( 533NativeRuntimeEventSource.Log.ContentionStart(this); 607NativeRuntimeEventSource.Log.ContentionStop(waitDurationNs); 658if (areContentionEventsEnabled && NativeRuntimeEventSource.Log.IsEnabled()) 660NativeRuntimeEventSource.Log.ContentionLockCreated(this); 846isFullyInitialized = NativeRuntimeEventSource.Log != null;
src\libraries\System.Private.CoreLib\src\System\Threading\Overlapped.cs (2)
187if (NativeRuntimeEventSource.Log.IsEnabled()) 188NativeRuntimeEventSource.Log.ThreadPoolIOPack(pNativeOverlapped);
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.cs (6)
156if (NativeRuntimeEventSource.Log.IsEnabled()) 158NativeRuntimeEventSource.Log.ThreadPoolMinMaxThreads( 232if (NativeRuntimeEventSource.Log.IsEnabled()) 234NativeRuntimeEventSource.Log.ThreadPoolMinMaxThreads( 302if (NativeRuntimeEventSource.Log.IsEnabled()) 304NativeRuntimeEventSource.Log.ThreadPoolMinMaxThreads(
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.GateThread.cs (2)
115if (ThreadPool.EnableWorkerTracking && NativeRuntimeEventSource.Log.IsEnabled()) 117NativeRuntimeEventSource.Log.ThreadPoolWorkingThreadCount(
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.HillClimbing.cs (6)
174if (NativeRuntimeEventSource.Log.IsEnabled()) 176NativeRuntimeEventSource.Log.ThreadPoolWorkerThreadAdjustmentSample(throughput); 350if (NativeRuntimeEventSource.Log.IsEnabled()) 352NativeRuntimeEventSource.Log.ThreadPoolWorkerThreadAdjustmentStats(sampleDurationSeconds, throughput, threadWaveComponent.Real, throughputWaveComponent.Real, 418if (NativeRuntimeEventSource.Log.IsEnabled()) 420NativeRuntimeEventSource.Log.ThreadPoolWorkerThreadAdjustmentAdjustment(
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.WaitThread.cs (4)
40if (NativeRuntimeEventSource.Log.IsEnabled()) 42NativeRuntimeEventSource.Log.ThreadPoolIOEnqueue(handle); 75if (NativeRuntimeEventSource.Log.IsEnabled()) 77NativeRuntimeEventSource.Log.ThreadPoolIODequeue(handle);
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.WorkerThread.cs (6)
58if (NativeRuntimeEventSource.Log.IsEnabled()) 60NativeRuntimeEventSource.Log.ThreadPoolWorkerThreadWait( 82if (NativeRuntimeEventSource.Log.IsEnabled()) 84NativeRuntimeEventSource.Log.ThreadPoolWorkerThreadStart( 204if (NativeRuntimeEventSource.Log.IsEnabled()) 206NativeRuntimeEventSource.Log.ThreadPoolWorkerThreadStop((uint)newNumExistingThreads);
src\libraries\System.Private.CoreLib\src\System\Threading\WaitHandle.cs (6)
145NativeRuntimeEventSource.Log.IsEnabled( 175NativeRuntimeEventSource.Log.WaitHandleWaitStart(waitSource, associatedObject ?? this); 189NativeRuntimeEventSource.Log.WaitHandleWaitStop(); 404NativeRuntimeEventSource.Log.IsEnabled( 428NativeRuntimeEventSource.Log.WaitHandleWaitStart(); 439NativeRuntimeEventSource.Log.WaitHandleWaitStop();
src\System\Runtime\Loader\AssemblyLoadContext.CoreCLR.cs (2)
191ActivityTracker.Instance.OnStart(NativeRuntimeEventSource.Log.Name, AssemblyLoadName, 0, ref activityId, ref relatedActivityId, EventActivityOptions.Recursive, useTplSource: false); 200ActivityTracker.Instance.OnStop(NativeRuntimeEventSource.Log.Name, AssemblyLoadName, 0, ref activityId, useTplSource: false);