pywintrace
pywintrace copied to clipboard
Nothing happens when I run the example.

I don't know much about ETW,
so providers = [etw.ProviderInfo('Some Provider', etw.GUID("{11111111-1111-1111-11111111}"))] how do I find this GUID ({11111111-1111-1111-11111111})?
There no provider with GUID("{11111111-1111-1111-11111111}") by default. Try logman query providers in Command Prompt as Administrator to list all available providers on the system.
There no provider with
GUID("{11111111-1111-1111-11111111}")by default. Trylogman query providersin Command Prompt as Administrator to list all available providers on the system.
what if I don't see any providers? how do I create one?