LTTV 0.8.18 : add XML
[lttv.git] / ltt / branches / poly / facilities / stack_arch_i386.xml
CommitLineData
51c210ee 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 custom_write/>
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 custom_write/>
18 <uint>
19 <ulong>
20 </sequence>
21 </field>
22 </event>
23
24
25</facility>
This page took 0.023337 seconds and 4 git commands to generate.