John Salem

Results 8 comments of John Salem

Still waiting on partner team validation on this patch.

We've discussed having a config file, but haven't done any formal planning for it. How would you imagine it would work? I'm imagining a dotfile type configuration that could be...

> (or other event sources?) `perf` events on Linux? We already know we can correlate events between a nettrace file and any other events collected using the same `CLOCK_MONOTONIC`. >...

Out of curiosity, do you see a unix domain socket named `dotnet-diagnostics---socket` in your `/tmp` directory (on macOS you'll need to do `ls $TMPDIR` to see where your _actual_ temp...

This sounds like an issue I identified in TraceEvent last year. _If_ it is the same issue, it is because the reader in `EventPipeEventSource` requires 8-byte alignment for its reads....

These look like two different types of errors: 1. "Read Past End of Stream" 2. `TaskCanceledException` Both indicate an issue with the target process. In case 1, I'm betting the...

Based on a cursory look at the test failures and code, it looks like this might be a timing issue with the pipeline tests. The failures are all "read past...