-
Track active listening sessions on `EventPipeEvent` (using a 64-bit mask). Currently, providers track listening session by using a 64-bit bitmask. We should track at the event level instead, so sessio…
-
When I'm using EventPipe to collect events from .NET 5 application built in Release configuration on Windows, sometimes it occurs, that I successfully connect to the corresponding named pipe and send …
-
EventPipeController's ctor accesses AppContext.BaseDirectory and passes the result to Path.Combine, which will throw an ArgumentNullException if BaseDirectory returns null. BaseDirectory returns the …
-
I noticed that the ETW stackwalker is unable to crawl the stack for our application now. We set the following EventPipe related environment variable.
`SET COMPlus_EnableEventPipe=0`
However, upo…
-
`DOTNET_PROCESSOR_COUNT` is treated as a hex value. That's unexpected and likely to surprise users. It should be changed to a decimal value.
Context: https://github.com/dotnet/runtime/issues/53149
-
This is the same as dotnet/runtime#10582 with the explicit requirement that external customers can use the control mechanism. This means it has to have a public and documented API.
-
The runtime does not track IL->Native mapping or local variables for LCG methods. In some of my use cases LCG methods can become quite large and being able to get basic information like IL offset goes…
-
550 failures out of 11877 Pri-1 tests. Many timeouts, but many appear to be test failures.
https://ci.dot.net/job/dotnet_coreclr/job/dev_unix_test_workflow/job/jitstress/job/arm64_cross_checked_ubu…
-
The tracing/eventpipe/reverse/reverse/reverse.sh and tracing/eventpipe/reverseouter/reverseouter/reverseouter.sh tests are failing on OSX with timeouts in the `runtime-coreclr jitstress-isas-x86` pipe…
-
# Symptom:
```
Assert failure(PID 506060 [0x0007b8cc], Thread: 506072 [0x7b8d8]): m_pBuffer pAddress
CORECLR! EventPipeBuffer::GetNextAlignedAddress + 0x2E (0x0ffc680e)
CORECLR! EventPipeBuffer…