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