I've been trying to work with ETW in .net 4.5. I have a small sample application which uses EventSource to write messages, however, I'm struggling to understand how to create my own ETW controller and consumer application.
I've used PerfView to enable and see that the eventsources are working, as well as add EventListners within the same assembly. Now I want to be able to have my own custom "PerfView" to manage and view the live trace. I just cannot figure out how to tie into the EventSources.