forked from microsoft/python-etwtrace
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpython.stacktags
More file actions
21 lines (21 loc) · 835 Bytes
/
python.stacktags
File metadata and controls
21 lines (21 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<Tag Name="">
<Tag Name="[Python runtime]">
<Entrypoint Module="python*.exe" Method="*" />
<Entrypoint Module="_etwtrace*.pyd" Method="*" />
<Entrypoint Module="python*.dll" Method="*" />
<Tag Name="Import Machinery">
<Entrypoint Module="python*.dll" Method="PyImport_ImportModuleLevelObject" />
</Tag>
<Entrypoint Module="python*.dll" Method="import_*" />
<Entrypoint Module="<frozen importlib*" Method="*" />
<Tag Name="Coroutine Step">
<Entrypoint Module="python*.dll" Method="builtin_next" />
<Entrypoint Module="python*.dll" Method="gen_*" />
</Tag>
<Tag Name="Finalization">
<Entrypoint Module="python*.dll" Method="Py_Finalize*" />
<Entrypoint Module="python*.dll" Method="finalize*" />
</Tag>
</Tag>
</Tag>