update facilities
[ltt-control.git] / ltt-control / facilities / stack.xml
CommitLineData
5978addc 1<?xml version="1.0"?>
2<facility name="stack">
3 <description>The stack facility has events related to getting process stack.</description>
4
5 <event name="process_dump_32">
66ad5b24 6 <description>Dump process EIPs on the user stack for a 32 bits process</description>
5978addc 7 <field name="eip"> <description>Sequence of EIP</description>
395c3189 8 <sequence write="custom">
9 <uint/>
10 <uint_fixed size="4"/>
11 </sequence>
12 </field>
5978addc 13 </event>
14
15 <event name="process_dump_64">
16 <description>Dump process EIPs on the user stack for a 64 bits process</description>
17 <field name="eip"> <description>Sequence of EIP</description>
395c3189 18 <sequence write="custom">
19 <uint/>
20 <uint_fixed size="8"/>
21 </sequence>
22 </field>
5978addc 23 </event>
24
25 <event name="kernel_dump">
26 <description>Dump EIPs on the kernel stack</description>
27 <field name="eip"> <description>Sequence of EIP</description>
395c3189 28 <sequence write="custom">
29 <uint/>
30 <ulong/>
31 </sequence>
32 </field>
5978addc 33 </event>
34
35</facility>
This page took 0.024929 seconds and 4 git commands to generate.