File: etw.man

package info (click to toggle)
python3.13 3.13.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 121,256 kB
  • sloc: python: 703,743; ansic: 653,888; xml: 31,250; sh: 5,844; cpp: 4,326; makefile: 1,981; objc: 787; lisp: 502; javascript: 213; asm: 75; csh: 12
file content (61 lines) | stat: -rw-r--r-- 3,926 bytes parent folder | download | duplicates (9)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="UTF-16"?>

<!-- under visual studio command prompt, run: mc .\etw.man -->

<instrumentationManifest xsi:schemaLocation="http://schemas.microsoft.com/win/2004/08/events eventman.xsd" xmlns="http://schemas.microsoft.com/win/2004/08/events" xmlns:win="http://manifests.microsoft.com/win/2004/08/windows/events" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:trace="http://schemas.microsoft.com/win/2004/08/events/trace">

    <instrumentation>

        <events>

            <provider name="microsoft-windows-mimalloc" guid="{138f4dbb-ee04-4899-aa0a-572ad4475779}" symbol="ETW_MI_Provider" resourceFileName="dummy" messageFileName="dummy">

                <events>

                    <event symbol="ETW_MI_ALLOC" value="100" version="1" level="win:Informational" template="ETW_CUSTOM_HEAP_ALLOC_DATA">

                    </event>

                    <event symbol="ETW_MI_FREE" value="101" version="1" level="win:Informational" template="ETW_CUSTOM_HEAP_FREE_DATA">

                    </event>

                </events>

                <templates>

                    <template tid="ETW_CUSTOM_HEAP_ALLOC_DATA">

                        <data name="Address" inType="win:UInt64" outType="xs:unsignedLong">

                        </data>

                        <data name="Size" inType="win:UInt64" outType="xs:unsignedLong">

                        </data>

                    </template>

                    <template tid="ETW_CUSTOM_HEAP_FREE_DATA">

                        <data name="Address" inType="win:UInt64" outType="xs:unsignedLong">

                        </data>

                        <data name="Size" inType="win:UInt64" outType="xs:unsignedLong">

                        </data>

                    </template>

                </templates>

            </provider>

        </events>

    </instrumentation>

</instrumentationManifest>