d1795f42 |
1 | <?xml version="1.0"?> |
2 | <facility name="core"> |
31cbc5d3 |
3 | <description>The core facility contains the basic tracing related events</description> |
e56575d5 |
4 | |
d1795f42 |
5 | <event name="facility_load"> |
31cbc5d3 |
6 | <description>Facility is loaded</description> |
c3e2873f |
7 | <field name="name"><string/></field> |
8 | <field name="checksum"><uint size="4"/></field> |
9 | <field name="id"><uint size="4"/></field> |
10 | <field name="int_size"><uint size="4"/></field> |
11 | <field name="long_size"><uint size="4"/></field> |
12 | <field name="pointer_size"><uint size="4"/></field> |
13 | <field name="size_t_size"><uint size="4"/></field> |
14 | <field name="has_alignment"><uint size="4"/></field> |
3888436c |
15 | </event> |
16 | |
d1795f42 |
17 | <event name="facility_unload"> |
31cbc5d3 |
18 | <description>Facility is unloaded</description> |
c3e2873f |
19 | <field name="id"><uint size="4"/></field> |
3888436c |
20 | </event> |
21 | |
d1795f42 |
22 | <event name="time_heartbeat" scope="tracefile"> |
d2a3b4b3 |
23 | <description>System time values sent periodically to detect cycle counter |
24 | rollovers. Useful when only the 32 LSB of the TSC are saved in events |
25 | header : we save the full 64 bits in this event. |
26 | </description> |
d2a3b4b3 |
27 | </event> |
28 | |
d1795f42 |
29 | <event name="state_dump_facility_load" scope="trace"> |
d2a3b4b3 |
30 | <description>Facility is loaded while in state dump</description> |
c3e2873f |
31 | <field name="name"><string/></field> |
32 | <field name="checksum"><uint size="4"/></field> |
33 | <field name="id"><uint size="4"/></field> |
34 | <field name="int_size"><uint size="4"/></field> |
35 | <field name="long_size"><uint size="4"/></field> |
36 | <field name="pointer_size"><uint size="4"/></field> |
37 | <field name="size_t_size"><uint size="4"/></field> |
38 | <field name="has_alignment"><uint size="4"/></field> |
d2a3b4b3 |
39 | </event> |
40 | |
3888436c |
41 | </facility> |