tmf : Update the XML valid pattern test file
authorJean-Christian Kouame <jean-christian.kouame@ericsson.com>
Mon, 9 May 2016 19:28:18 +0000 (15:28 -0400)
committerJean-Christian Kouame <jean-christian.kouame@ericsson.com>
Fri, 13 May 2016 17:00:27 +0000 (13:00 -0400)
Change-Id: I5b4bd363f4ac47423e5799ed33cdd3b1981f9d08
Signed-off-by: Jean-Christian Kouame <jean-christian.kouame@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/72325
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/test_xml_files/test_valid/test_valid_pattern.xml

index 90700c69faff5a302218048b36d0616e91162133..887de69c156ed63a9e0a27eb523c0e32701a6a8d 100644 (file)
@@ -9,10 +9,10 @@
 * accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 *************************************************************************** -->
-<pattern version="0" id="xml syscall abstraction provider">
+<pattern version="0" id="syscall.analysis">
        <head>
                <traceType id="org.eclipse.linuxtools.lttng2.kernel.tracetype" />
-               <label value="xml syscall abstraction provider" />
+               <label value="XML system call analysis" />
        </head>
 
 <!-- STORED FIELDS -->
                        </initial>
                        <state id="wait_syscall_entry_x">
 <!--                           The state will stay here until we have a "syscall_entry_*" event -->
-                               <transition event="syscall_entry_*" target="syscall_entry_x" action="sys_x_founded" saveStoredFields="true"/>
+                               <transition event="sys_*" target="syscall_entry_x" action="sys_x_founded" saveStoredFields="true"/>
                        </state>
                        <state id="syscall_entry_x" >
 <!--                           The state will stay here until we have a "syscall_exit_*" event -->
-                               <transition event="syscall_exit_*" cond="thread_thread" target="syscall_exit_x" action="exit_syscall_founded" saveStoredFields="true" clearStoredFields="true"/>
+                               <transition event="exit_syscall" cond="thread_thread" target="syscall_exit_x" action="exit_syscall_founded" saveStoredFields="true" clearStoredFields="true"/>
                        </state>
 <!--                           The state will stay here forever -->
                        <final id="syscall_exit_x"/>
This page took 0.027342 seconds and 5 git commands to generate.