update statedump xml
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 3 Apr 2006 03:15:49 +0000 (03:15 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 3 Apr 2006 03:15:49 +0000 (03:15 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1744 04897980-b3bd-0310-b5e0-8ef037075253

ltt-control/configure.in
ltt-control/facilities/statedump.xml

index d17a473b576f5be72c3ab4107d69a3217a8fe1d6..5c432ee25a22259fe399c9345efb6b4e72cee33d 100644 (file)
@@ -23,7 +23,7 @@
 AC_PREREQ(2.57)
 AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)
 #AC_WITH_LTDL  # not needed ?
-AM_INIT_AUTOMAKE(ltt-control,0.2-24032006)
+AM_INIT_AUTOMAKE(ltt-control,0.3-02042006)
 AM_CONFIG_HEADER(config.h)
 AM_PROG_LIBTOOL
 
index 349960cc755ff5bd68945a84a170e0338c7ce081..736d4032f9a78affe5531ab649f193957af7d288 100644 (file)
@@ -9,6 +9,17 @@
     </enum>
   </type>
 
+  <type name=execution_mode>
+     <enum>
+      <label name="USER_MODE" value="0"> <description>Task is executing user code</description>
+      <label name="SYSCALL" value="1"> <description>Task is in a system call</description>
+      <label name="TRAP" value="2"> <description>Task is in a trap</description>
+      <label name="IRQ" value="3"> <description></description>
+      <label name="SOFTIRQ" value="4"> <description></description>
+      <label name="MODE_UNKNOWN" value="5"> <description>Execution mode cannot be determined for this task</description>
+     </enum>
+   </type>
+
   <type name=execution_submode>
     <enum>
       <label name="NONE" value="0"> <description>No execution submode to report</description>
@@ -72,7 +83,8 @@
       <field name="pid"><description>Process identifier</description><uint size="4"></field>
       <field name="parent_pid"><description>Parent process identifier</description><uint size="4"></field>
       <field name="name"> <description>Process name</description><string></field>
-      <field name="mode"> <description>Execution mode</description> <typeref name="execution_mode"> </field>
+      <field name="type"> <description>Thread type</description> <typeref name="thread_type"> </field>
+      <field name="mode"> <description>Execution submode</description> <typeref name="execution_mode"> </field>
       <field name="submode"> <description>Execution submode</description> <typeref name="execution_submode"> </field>
       <field name="status"> <description>Process status</description> <typeref name="process_status"> </field>
   </event>
This page took 0.024896 seconds and 4 git commands to generate.