37 references to AsyncProfiler
System.Private.CoreLib (37)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (16)
178
public
AsyncProfiler
.Info AsyncProfilerInfo;
1261
AsyncProfiler
.CreateAsyncContext.Create(task, nextContinuation);
1589
AsyncProfiler
.SyncPoint.Check(ref info.AsyncProfilerInfo);
1597
AsyncProfiler
.InitInfo(ref info.AsyncProfilerInfo);
1605
AsyncProfiler
.ResumeAsyncContext.Resume(ref info);
1622
AsyncProfiler
.SuspendAsyncContext.Suspend(ref info, nextContinuation);
1639
AsyncProfiler
.SuspendAsyncContext.Suspend(ref info, nextContinuation ?? newContinuation);
1656
AsyncProfiler
.CompleteAsyncContext.Complete(ref info);
1670
AsyncProfiler
.ContinuationWrapper.UnwindIndex(ref info.AsyncProfilerInfo, unwindedFrames);
1677
AsyncProfiler
.AsyncMethodException.Unhandled(ref info, unwindedFrames);
1691
AsyncProfiler
.ContinuationWrapper.UnwindIndex(ref info.AsyncProfilerInfo, unwindedFrames);
1698
AsyncProfiler
.AsyncMethodException.Handled(ref info, unwindedFrames);
1715
AsyncProfiler
.ResumeAsyncMethod.Resume(ref info);
1732
AsyncProfiler
.CompleteAsyncMethod.Complete(ref info);
1735
AsyncProfiler
.ContinuationWrapper.IncrementIndex(ref info.AsyncProfilerInfo);
1749
return
AsyncProfiler
.ContinuationWrapper.Dispatch(ref info, curContinuation, ref resultLoc);
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncProfiler.CoreCLR.cs (1)
8
using Serializer = System.Runtime.CompilerServices.
AsyncProfiler
.EventBuffer.Serializer;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncProfiler.cs (5)
15
using Serializer = System.Runtime.CompilerServices.
AsyncProfiler
.EventBuffer.Serializer;
939
ulong parentDispatcherId =
AsyncProfiler
.DispatcherIds.CaptureParentDispatcherId();
940
ulong dispatcherId =
AsyncProfiler
.DispatcherIds.GetDispatcherId(dispatcher);
958
ulong parentDispatcherId =
AsyncProfiler
.DispatcherIds.CaptureParentDispatcherId();
959
ulong dispatcherId =
AsyncProfiler
.DispatcherIds.GetDispatcherId(dispatcher);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncProfilerEventSource.cs (2)
109
AsyncProfiler
.Config.CaptureState();
124
AsyncProfiler
.Config.Update(m_level, keywords);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncStateMachineDispatcher.cs (13)
29
public
AsyncProfiler
.Info AsyncProfilerInfo;
87
AsyncProfiler
.CreateAsyncContext.Append(ref *info);
98
AsyncProfiler
.CreateAsyncContext.Append(ref *info);
126
AsyncProfiler
.CreateAsyncContext.Create(ref *info, dispatcher);
130
AsyncProfiler
.CreateAsyncContext.Create(dispatcher);
149
AsyncProfiler
.AsyncMethodException.UnwindFrames(ref *info, 1);
171
AsyncProfiler
.SyncPoint.Check(ref info->AsyncProfilerInfo);
194
AsyncProfiler
.ResumeAsyncMethod.Resume(ref *info, box);
213
AsyncProfiler
.SuspendAsyncContext.Suspend(ref info.AsyncProfilerInfo);
220
AsyncProfiler
.CompleteAsyncContext.Complete(ref info);
246
AsyncProfiler
.CompleteAsyncMethod.Complete(ref *info);
294
AsyncProfiler
.InitInfo(ref info.AsyncProfilerInfo);
306
AsyncProfiler
.ResumeAsyncContext.Resume(ref info);