Implement MI and save/load support for callstack contexts
[lttng-tools.git] / src / common / config / session.xsd
index 2c51ebec702cb40404ba2e90ff455e451d25b6b5..1fdd03eb388c787858d72df1761f2a36c5a08276 100644 (file)
@@ -171,6 +171,12 @@ by its signed 32-bit representation when converted to msec.
                <xs:enumeration value="HOSTNAME"/>
                <xs:enumeration value="IP"/>
                <xs:enumeration value="APP"/>
+               <xs:enumeration value="INTERRUPTIBLE" />
+               <xs:enumeration value="PREEMPTIBLE" />
+               <xs:enumeration value="NEED_RESCHEDULE" />
+               <xs:enumeration value="MIGRATABLE" />
+               <xs:enumeration value="CALLSTACK_USER" />
+               <xs:enumeration value="CALLSTACK_KERNEL" />
        </xs:restriction>
 </xs:simpleType>
 
This page took 0.022681 seconds and 4 git commands to generate.