Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Mono]: Add a verbose jit done event into EventPipe MonoProfiler prov…
…ider. (#56530) * Add a verbose jit done event into EventPipe MonoProfiler provider. In order to get full method info in nettrace it is sometimes needed to include method load verbose info. This can be done using Microsoft- Windows-DotNETRuntime provider, but when using that it will also setup a lot of managed diagnostics classes highly affecting startup profiling. MonoProfiler provider, Microsoft-DotNETRuntimeMonoProfiler already emits all needed info for advanced low level diagnostics, but currently lacks verbose method load data when emitting jit done event. Commit also adds new versions to JitDone as well as ClassLoaded including generic type info if available as well as dropping use of ClrInstanceId since it is not used/needed for events that are new.
- Loading branch information