+++ /dev/null
-<?xml version="1.0"?>
-<facility name="network">
- <description>The network facility contains events related to low level network operations</description>
-
- <event name="packet_in">
- <description>A packet is arriving</description>
- <field name="skbuff"> <description>Socket buffer pointer : identify the socket buffer</description> <pointer/> </field>
- <field name="protocol"> <description>Protocol of the packet</description><uint_fixed size="2" byte_order="network"/> </field>
- </event>
-
- <event name="packet_out">
- <description>We send a packet</description>
- <field name="skbuff"> <description>Socket buffer pointer : identify the socket buffer</description> <pointer/> </field>
- <field name="protocol"> <description>Protocol of the packet</description><uint_fixed size="2" byte_order="network"/> </field>
- </event>
-
-</facility>
+++ /dev/null
-<?xml version="1.0"?>
-<facility name="stack">
- <description>The stack facility has events related to getting process stack.</description>
-
- <event name="process_dump_32">
- <description>Dump process EIPs on the user stack for a 32 bits process</description>
- <field name="eip"> <description>Sequence of EIP</description>
- <sequence write="custom">
- <uint/>
- <uint_fixed size="4"/>
- </sequence>
- </field>
- </event>
-
- <event name="process_dump_64">
- <description>Dump process EIPs on the user stack for a 64 bits process</description>
- <field name="eip"> <description>Sequence of EIP</description>
- <sequence write="custom">
- <uint/>
- <uint_fixed size="8"/>
- </sequence>
- </field>
- </event>
-
- <event name="kernel_dump">
- <description>Dump EIPs on the kernel stack</description>
- <field name="eip"> <description>Sequence of EIP</description>
- <sequence write="custom">
- <uint/>
- <ulong/>
- </sequence>
- </field>
- </event>
-
-</facility>
/usr/share/ltt-control/facilities/locking.xml
/usr/share/ltt-control/facilities/mm.xml
/usr/share/ltt-control/facilities/net.xml
-/usr/share/ltt-control/facilities/network.xml
-/usr/share/ltt-control/facilities/stack.xml
/usr/share/ltt-control/facilities/stack_arch_i386.xml
/usr/share/ltt-control/facilities/stack_arch_x86_64.xml
/usr/share/ltt-control/facilities/user_generic.xml