From: Mathieu Desnoyers Date: Tue, 24 May 2011 02:25:25 +0000 (-0400) Subject: Add function tracer ABI X-Git-Tag: v2.0-pre1~107 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=f1c5825c5caee9efaabf4a77f487e474f291597d;p=lttng-modules.git Add function tracer ABI Signed-off-by: Mathieu Desnoyers --- diff --git a/ltt-debugfs-abi.h b/ltt-debugfs-abi.h index d7d68926..12592c8f 100644 --- a/ltt-debugfs-abi.h +++ b/ltt-debugfs-abi.h @@ -79,5 +79,7 @@ struct lttng_kernel_tracer_version { _IOW(0xF6, 0x47, struct lttng_kernel_kprobe) #define LTTNG_KERNEL_TRACER_VERSION \ _IOR(0xF6, 0x48, struct lttng_kernel_tracer_version) +#define LTTNG_KERNEL_FUNCTION_TRACER \ + _IOW(0xF6, 0x49, struct lttng_kernel_function_tracer) #endif /* _LTT_DEBUGFS_ABI_H */