pywintrace icon indicating copy to clipboard operation
pywintrace copied to clipboard

Nothing happens when I run the example.

Open 625781186 opened this issue 5 years ago • 2 comments

image

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})?

625781186 avatar May 07 '20 06:05 625781186

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.

klimov-andre avatar May 10 '20 17:05 klimov-andre

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.

what if I don't see any providers? how do I create one?

UnnameBao avatar Jun 06 '20 09:06 UnnameBao