Use perl for regexp
[lttng-modules.git] / ltt-debugfs-abi.h
index f041476f259696a58c55d3de27f41cdc8e9f9599..ce569444a9c9b2d7b64122d4cc685cf3a0f8debd 100644 (file)
@@ -20,6 +20,8 @@ enum lttng_kernel_instrumentation {
        LTTNG_KERNEL_KPROBE     = 1,
        LTTNG_KERNEL_FUNCTION   = 2,
        LTTNG_KERNEL_KRETPROBE  = 3,
+       LTTNG_KERNEL_NOOP       = 4,    /* not hooked */
+       LTTNG_KERNEL_SYSCALLS   = 5,
 };
 
 /*
@@ -81,12 +83,12 @@ struct lttng_kernel_tracer_version {
        uint32_t sublevel;
 };
 
-enum lttng_calibrate_type {
-       LTTNG_CALIBRATE_KRETPROBE,
+enum lttng_kernel_calibrate_type {
+       LTTNG_KERNEL_CALIBRATE_KRETPROBE,
 };
 
-struct lttng_calibrate {
-       enum lttng_calibrate_type type; /* type (input) */
+struct lttng_kernel_calibrate {
+       enum lttng_kernel_calibrate_type type;  /* type (input) */
 };
 
 enum lttng_kernel_context_type {
@@ -122,7 +124,7 @@ struct lttng_kernel_context {
 #define LTTNG_KERNEL_TRACEPOINT_LIST           _IO(0xF6, 0x42)
 #define LTTNG_KERNEL_WAIT_QUIESCENT            _IO(0xF6, 0x43)
 #define LTTNG_KERNEL_CALIBRATE                 \
-       _IOWR(0xF6, 0x44, struct lttng_calibrate)
+       _IOWR(0xF6, 0x44, struct lttng_kernel_calibrate)
 
 /* Session FD ioctl */
 #define LTTNG_KERNEL_METADATA                  \
This page took 0.03125 seconds and 4 git commands to generate.