-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathetw.man
29 lines (26 loc) · 920 Bytes
/
etw.man
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!-- <?xml version="1.0" encoding="UTF-16"?> -->
<instrumentationManifest
xmlns="http://schemas.microsoft.com/win/2004/08/events"
xmlns:win="http://manifests.microsoft.com/win/2004/08/windows/events"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
>
<instrumentation>
<events>
<provider name="Microsoft-Windows-ETWProvider"
guid="{9BF382B7-45B9-4DE4-8BE6-B204F09B96F3}"
symbol="ProviderGuid"
resourceFileName="c:\code\etw\v2provider\debug\v2provider.exe"
messageFileName="c:\code\etw\v2provider\debug\v2provider.exe"
>
<events>
<event value="1"
level="win:Informational"
symbol="LogEvent" />
<event value="2"
level="win:Informational"
symbol="ErrEvent" />
</events>
</provider>
</events>
</instrumentation>
</instrumentationManifest>