42 references to Log
System.Private.CoreLib (42)
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\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)
512
NativeRuntimeEventSource.
Log
.IsEnabled(
533
NativeRuntimeEventSource.
Log
.ContentionStart(this);
607
NativeRuntimeEventSource.
Log
.ContentionStop(waitDurationNs);
658
if (areContentionEventsEnabled && NativeRuntimeEventSource.
Log
.IsEnabled())
660
NativeRuntimeEventSource.
Log
.ContentionLockCreated(this);
846
isFullyInitialized = NativeRuntimeEventSource.
Log
!= null;
src\libraries\System.Private.CoreLib\src\System\Threading\Overlapped.cs (2)
187
if (NativeRuntimeEventSource.
Log
.IsEnabled())
188
NativeRuntimeEventSource.
Log
.ThreadPoolIOPack(pNativeOverlapped);
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.cs (6)
156
if (NativeRuntimeEventSource.
Log
.IsEnabled())
158
NativeRuntimeEventSource.
Log
.ThreadPoolMinMaxThreads(
232
if (NativeRuntimeEventSource.
Log
.IsEnabled())
234
NativeRuntimeEventSource.
Log
.ThreadPoolMinMaxThreads(
302
if (NativeRuntimeEventSource.
Log
.IsEnabled())
304
NativeRuntimeEventSource.
Log
.ThreadPoolMinMaxThreads(
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.GateThread.cs (2)
115
if (ThreadPool.EnableWorkerTracking && NativeRuntimeEventSource.
Log
.IsEnabled())
117
NativeRuntimeEventSource.
Log
.ThreadPoolWorkingThreadCount(
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,
418
if (NativeRuntimeEventSource.
Log
.IsEnabled())
420
NativeRuntimeEventSource.
Log
.ThreadPoolWorkerThreadAdjustmentAdjustment(
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\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.WorkerThread.cs (6)
58
if (NativeRuntimeEventSource.
Log
.IsEnabled())
60
NativeRuntimeEventSource.
Log
.ThreadPoolWorkerThreadWait(
82
if (NativeRuntimeEventSource.
Log
.IsEnabled())
84
NativeRuntimeEventSource.
Log
.ThreadPoolWorkerThreadStart(
204
if (NativeRuntimeEventSource.
Log
.IsEnabled())
206
NativeRuntimeEventSource.
Log
.ThreadPoolWorkerThreadStop((uint)newNumExistingThreads);
src\libraries\System.Private.CoreLib\src\System\Threading\WaitHandle.cs (6)
145
NativeRuntimeEventSource.
Log
.IsEnabled(
175
NativeRuntimeEventSource.
Log
.WaitHandleWaitStart(waitSource, associatedObject ?? this);
189
NativeRuntimeEventSource.
Log
.WaitHandleWaitStop();
404
NativeRuntimeEventSource.
Log
.IsEnabled(
428
NativeRuntimeEventSource.
Log
.WaitHandleWaitStart();
439
NativeRuntimeEventSource.
Log
.WaitHandleWaitStop();
src\System\Runtime\Loader\AssemblyLoadContext.CoreCLR.cs (2)
191
ActivityTracker.Instance.OnStart(NativeRuntimeEventSource.
Log
.Name, AssemblyLoadName, 0, ref activityId, ref relatedActivityId, EventActivityOptions.Recursive, useTplSource: false);
200
ActivityTracker.Instance.OnStop(NativeRuntimeEventSource.
Log
.Name, AssemblyLoadName, 0, ref activityId, useTplSource: false);