Dorian Apanel

Results 7 comments of Dorian Apanel

Hi, I fixed it for myself. I'm going to propose a PR soon.

I have custom hand-written manifest and use it for logging in a native library and haven't found any popular C/C++ lib to parse ETL files. After some adjustments, both to...

Sorry, I should be more verbose in previous post. Once I generated my parser using TraceParserGen, I have no problems with accessing my events in event stream (etl grabbed by...

Your snippet works, but let me quote manual to explain what I'm trying to do: > ... Solving these problems is what the Microsoft.Diagnostics.Tracing.TraceLog class is all about. Unlike ETWTraceEventSource...

I have a [fix](https://github.com/dorian-apanel-intel/perfview/commit/a0a9679a937f08757d5d627d9a19106fdc897a00) that seems to work. It allows me to inject my parser and iterate over my events. (Custom action passed to TraceLog constructor) I will create PR...

For my personal use, this https://github.com/dorian-apanel-intel/perfview/commit/a0a9679a937f08757d5d627d9a19106fdc897a00 helps, but using TraceLog class and iterating back/forth is much less performant then creating own slimmed event arrays and iterating them. Therefore I've stopped...

Pull #1406 from oatkins targets similar issues.