48 references to Log
System.Private.CoreLib (48)
src\runtime\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\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
3891_ = NativeRuntimeEventSource.Log;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Lock.cs (8)
545NativeRuntimeEventSource.Log.IsEnabled( 566if (areContentionEventsEnabled && NativeRuntimeEventSource.Log.IsEnabled()) 568NativeRuntimeEventSource.Log.ContentionStart(this); 639if (areContentionEventsEnabled && NativeRuntimeEventSource.Log.IsEnabled()) 643NativeRuntimeEventSource.Log.ContentionStop(waitDurationNs); 699if (areContentionEventsEnabled && NativeRuntimeEventSource.Log.IsEnabled()) 701NativeRuntimeEventSource.Log.ContentionLockCreated(this); 887isFullyInitialized = NativeRuntimeEventSource.Log != null;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Overlapped.cs (2)
188if (NativeRuntimeEventSource.Log.IsEnabled()) 189NativeRuntimeEventSource.Log.ThreadPoolIOPack(pNativeOverlapped);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.cs (6)
163if (NativeRuntimeEventSource.Log.IsEnabled()) 165NativeRuntimeEventSource.Log.ThreadPoolMinMaxThreads( 239if (NativeRuntimeEventSource.Log.IsEnabled()) 241NativeRuntimeEventSource.Log.ThreadPoolMinMaxThreads( 309if (NativeRuntimeEventSource.Log.IsEnabled()) 311NativeRuntimeEventSource.Log.ThreadPoolMinMaxThreads(
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.GateThread.cs (2)
115if (ThreadPool.EnableWorkerTracking && NativeRuntimeEventSource.Log.IsEnabled()) 117NativeRuntimeEventSource.Log.ThreadPoolWorkingThreadCount(
src\runtime\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, 424if (NativeRuntimeEventSource.Log.IsEnabled()) 426NativeRuntimeEventSource.Log.ThreadPoolWorkerThreadAdjustmentAdjustment(
src\runtime\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\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.WorkerThread.cs (6)
46if (NativeRuntimeEventSource.Log.IsEnabled()) 48NativeRuntimeEventSource.Log.ThreadPoolWorkerThreadWait( 70if (NativeRuntimeEventSource.Log.IsEnabled()) 72NativeRuntimeEventSource.Log.ThreadPoolWorkerThreadStart( 217if (NativeRuntimeEventSource.Log.IsEnabled()) 219NativeRuntimeEventSource.Log.ThreadPoolWorkerThreadStop((uint)newNumExistingThreads);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\WaitHandle.cs (10)
145NativeRuntimeEventSource.Log.IsEnabled( 174if (sendWaitEvents && NativeRuntimeEventSource.Log.IsEnabled()) 176NativeRuntimeEventSource.Log.WaitHandleWaitStart(waitSource, associatedObject ?? this); 189if (sendWaitEvents && NativeRuntimeEventSource.Log.IsEnabled()) 191NativeRuntimeEventSource.Log.WaitHandleWaitStop(); 406NativeRuntimeEventSource.Log.IsEnabled( 429if (sendWaitEvents && NativeRuntimeEventSource.Log.IsEnabled()) 431NativeRuntimeEventSource.Log.WaitHandleWaitStart(); 441if (sendWaitEvents && NativeRuntimeEventSource.Log.IsEnabled()) 443NativeRuntimeEventSource.Log.WaitHandleWaitStop();
System\Exception.NativeAot.cs (2)
131if (isFirstFrame && NativeRuntimeEventSource.Log.IsEnabled()) 137NativeRuntimeEventSource.Log.ExceptionThrown_V1(typeName, message, IP, (uint)ex.HResult, 0);