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:17:22 +0000 (16:17 -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 33d24ebf071731e0c6f91728994e06cdfe7f7070..fbab7fb5c1bd1c7f270690898141ea000f2ee8bf 100644 (file)
@@ -60,8 +60,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.025509 seconds and 4 git commands to generate.