move unused dirs to attic
[ltt-control.git] / trunk / attic / lttng-xenomai / ltt-control-0.24-xenoltt / facilities / stack.xml
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">
6 <description>Dump process EIPs on the user stackfor a 32 bits process</description>
7 <field name="eip"> <description>Sequence of EIP</description>
8 <sequence write="custom">
9 <uint/>
10 <uint_fixed size="4"/>
11 </sequence>
12 </field>
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>
18 <sequence write="custom">
19 <uint/>
20 <uint_fixed size="8"/>
21 </sequence>
22 </field>
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>
28 <sequence write="custom">
29 <uint/>
30 <ulong/>
31 </sequence>
32 </field>
33 </event>
34
35 </facility>
This page took 0.029613 seconds and 4 git commands to generate.