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