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