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