ivberg

Results 40 comments of ivberg

Just putting this "3rd request" here instead of making a new issue since it's tightly coupled with this issue. Also related to the above issue and in the [exts](https://github.com/microsoft/Microsoft-Performance-Tools-Linux-Android/blob/e6887d7a80011b32e4e83e27412ea1c84a1f4a17/UnitTestCommon/ITableResultExts.cs#L35) we...

Some of this I guess depends on the architecture of how dotnet-trace works under the hood. I was thinking (1) more, so that dotnet-trace could complete the trace gracefully on...

Thanks @noahfalk ! All the details you provided make sense. Surprised the trace processes the trace until the exception. I guess I had assumed the whole-trace was unreadable when I...

Actually it turns out your example with EventPipeEventSource does have the behavior your describe. However, I am using TraceLog.CreateFromEventPipeDataFile() which throws the exception right away before processing events. I currently...

Just hit this today on Windows. Had to downgrade from the default Python from the Windows Store (3.12) to Python 3.11 which seems has wheel pre-builts that don't fail to...

The current Perf capture is documented here, including exact script commands and conversion to txt format with the right naming - https://github.com/microsoft/Microsoft-Performance-Tools-Linux-Android/blob/develop/LinuxTraceLogCapture.md#perf Unfortunately, it's a bit complicated, but that is...

> follow Do you have a comment or would use this feature @MESINDUPA ?

Closing as this has been documented for some time the required format and name

agreed that would be nice Is this for LTTng or for Perfetto events? while stackwalk is theoretically possible to obtain on newest tracing, decoding stack and symbols remain a challenge....