From 473d3bf6ff8ec9993fc951d348e92de99215053b Mon Sep 17 00:00:00 2001 From: compudj Date: Thu, 15 Mar 2007 04:14:10 +0000 Subject: [PATCH] complete compact facility git-svn-id: http://ltt.polymtl.ca/svn@2425 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt-control/facilities/compact.xml | 29 +++++++++++++++++++++- ltt-control/facilities/core.xml | 39 ++++++++++++++++++------------ 2 files changed, 51 insertions(+), 17 deletions(-) diff --git a/ltt-control/facilities/compact.xml b/ltt-control/facilities/compact.xml index 822e14e..e48ae33 100644 --- a/ltt-control/facilities/compact.xml +++ b/ltt-control/facilities/compact.xml @@ -1,7 +1,22 @@ - + The compact facility contains high rate compact events. + + System time values sent periodically to detect cycle counter + rollovers. Useful when only the 32 LSB of the TSC are saved in events + header : we save the full 64 bits in this event. Put here for core.xml + facility compatibility. + + + + + System time, full 64 bits TSC. Saved before trace restart. + Forced write, even if trace is stopped. + + + + Compact event with no data @@ -16,4 +31,16 @@ + + Compact data event + + + + + Compact data event + + + + + diff --git a/ltt-control/facilities/core.xml b/ltt-control/facilities/core.xml index 20f6bb4..b38c6a6 100644 --- a/ltt-control/facilities/core.xml +++ b/ltt-control/facilities/core.xml @@ -5,18 +5,18 @@ Facility is loaded - - - - - - - + + + + + + + Facility is unloaded - + @@ -25,17 +25,24 @@ header : we save the full 64 bits in this event. - + + + System time, full 64 bits TSC. Saved before trace restart. + Forced write, even if trace is stopped. + + + + Facility is loaded while in state dump - - - - - - - + + + + + + + -- 2.34.1