update
[ltt-control.git] / ltt-control / facilities / stack_arch_i386.xml
1 <?xml version="1.0"?>
2 <facility name="stack_arch">
3 <description>The stack facility has events related to getting process stack.</description>
4
5 <event name="irq_dump_kernel_stack">
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
15 <event name="nmi_dump_kernel_stack">
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
25 <event name="syscall_dump_kernel_stack">
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
35 <event name="irq_dump_process32_stack">
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
45 <event name="syscall_dump_process32_stack">
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
55 </facility>
This page took 0.029942 seconds and 4 git commands to generate.