make LTTV support the facility.xml in eventdefs : multiple facilities found by checksum
[lttv.git] / ltt / branches / poly / facilities / s390_kernel.xml
1 <facility name=s390_kernel>
2 <description>The kernel facility has events related to kernel execution status.</description>
3
4 <event name=trap_entry>
5 <description>Entry in a trap</description>
6 <struct>
7 <field name="trap_id"> <description>Trap number</description> <uint size=8/> </field>
8 <field name="address"> <description>Address where trap occured</description> <pointer/> </field>
9 </struct>
10 </event>
11
12 </facility>
This page took 0.030324 seconds and 4 git commands to generate.