initial move
[ltt-control.git] / ltt-control / facilities / stack_arch_i386.xml
1 <?xml version="1.0"?>
2 <facility name="stack_arch" arch="i386">
3 <description>The stack facility has events related to getting process stack.</description>
4
5 <event name="process_dump">
6 <description>Process EIP on the user stack</description>
7 <field name="eip"> <description>Sequence of EIP</description>
8 <sequence write="custom">
9 <uint>
10 <ulong>
11 </sequence>
12 </field>
13 </event>
14
15 <event name="kernel_dump">
16 <description>EIP on the kernel stack</description>
17 <field name="eip"> <description>Sequence of EIP</description>
18 <sequence write="custom">
19 <uint>
20 <ulong>
21 </sequence>
22 </field>
23 </event>
24
25 </facility>
This page took 0.0293 seconds and 4 git commands to generate.