update
[ltt-control.git] / ltt-control / facilities / stack_arch_x86_64.xml
CommitLineData
4c3d7d6d 1<?xml version="1.0"?>
2<facility name="stack_arch">
3 <description>The stack facility has events related to getting process stack.</description>
4
e0470c43 5 <event name="irq_dump_kernel_stack">
4c3d7d6d 6 <description>Dump EIPs on the kernel stack</description>
7 <field name="eip"> <description>Sequence of EIP</description>
8 <sequence>
9 <uint/>
10 <ulong/>
11 </sequence>
12 </field>
13 </event>
14
e0470c43 15 <event name="nmi_dump_kernel_stack">
4c3d7d6d 16 <description>Dump EIPs on the kernel stack</description>
17 <field name="eip"> <description>Sequence of EIP</description>
18 <sequence>
19 <uint/>
20 <ulong/>
21 </sequence>
22 </field>
23 </event>
24
e0470c43 25 <event name="syscall_dump_kernel_stack">
4c3d7d6d 26 <description>Dump EIPs on the kernel stack</description>
27 <field name="eip"> <description>Sequence of EIP</description>
28 <sequence>
29 <uint/>
30 <ulong/>
31 </sequence>
32 </field>
33 </event>
34
e0470c43 35 <event name="irq_dump_process32_stack">
4c3d7d6d 36 <description>Dump process EIPs on the user stack for a 32 bits process</description>
37 <field name="eip"> <description>Sequence of EIP</description>
38 <sequence>
39 <uint/>
40 <uint_fixed size="4"/>
41 </sequence>
42 </field>
43 </event>
44
e0470c43 45 <event name="syscall_dump_process32_stack">
4c3d7d6d 46 <description>Dump process EIPs on the user stack for a 32 bits process</description>
47 <field name="eip"> <description>Sequence of EIP</description>
48 <sequence>
49 <uint/>
50 <uint_fixed size="4"/>
51 </sequence>
52 </field>
53 </event>
54
e0470c43 55 <event name="irq_dump_process64_stack">
4c3d7d6d 56 <description>Dump process EIPs on the user stack for a 64 bits process</description>
57 <field name="eip"> <description>Sequence of EIP</description>
58 <sequence>
59 <uint/>
60 <uint_fixed size="8"/>
61 </sequence>
62 </field>
63 </event>
64
e0470c43 65 <event name="syscall_dump_process64_stack">
4c3d7d6d 66 <description>Dump process EIPs on the user stack for a 64 bits process</description>
67 <field name="eip"> <description>Sequence of EIP</description>
68 <sequence>
69 <uint/>
70 <uint_fixed size="8"/>
71 </sequence>
72 </field>
73 </event>
74
75</facility>
This page took 0.02476 seconds and 4 git commands to generate.