update for xen
[ltt-control.git] / ltt-control / facilities / compact.xml
CommitLineData
c27f9f2d 1<?xml version="1.0"?>
2<facility name="compact">
3 <description>The compact facility contains high rate compact events.</description>
4
5 <event name="event_a">
6 <description>Compact event with no data</description>
7 </event>
8
9 <event name="event_b">
10 <description>Compact event with 4 bytes of data</description>
11 <field name="data1"> <uint_fixed size="4"/> </field>
12 </event>
13
14 <event name="event_c">
15 <description>Compact event with 8 bytes of data</description>
16 <field name="data1"> <uint_fixed size="8"/> </field>
17 </event>
18
19</facility>
This page took 0.023836 seconds and 4 git commands to generate.