Fix: remove unused event types in MI XML schema
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Wed, 13 Dec 2017 17:08:34 +0000 (12:08 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 15 Feb 2018 21:16:50 +0000 (16:16 -0500)
KPROBE and KRETPROBE event types are never produced by the MI output,
PROBE and FUNCTION are rightfully used. Using KPROBE and KRETPROBE would
be exposing the inner workings of the kernel tracer that should be
abstracted to the user.

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/mi-lttng-3.0.xsd

index 8b2e45359ec173a4f2938df32ae1581fba08fe87..030463558b8fb00f91a080f18703a7ee3d3740b0 100644 (file)
@@ -73,8 +73,6 @@ THE SOFTWARE.
                        <xs:enumeration value="FUNCTION_ENTRY" />
                        <xs:enumeration value="NOOP" />
                        <xs:enumeration value="SYSCALL" />
-                       <xs:enumeration value="KPROBE" />
-                       <xs:enumeration value="KRETPROBE" />
                </xs:restriction>
        </xs:simpleType>
 
This page took 0.026855 seconds and 5 git commands to generate.