X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=probes%2Flttng.c;h=7ddaa69f00281c347b49a27c78ba14326a864167;hb=bb346792c2cb;hp=383202c68efd8f4f46c6dd30302de5e935f6c54f;hpb=122ba89c775c7341a6a5f7969d94d0bc1659de32;p=lttng-modules.git diff --git a/probes/lttng.c b/probes/lttng.c index 383202c6..7ddaa69f 100644 --- a/probes/lttng.c +++ b/probes/lttng.c @@ -8,7 +8,7 @@ */ #include -#include +#include #include #include #include @@ -32,7 +32,10 @@ #define LTTNG_LOGGER_COUNT_MAX 1024 #define LTTNG_LOGGER_FILE "lttng-logger" -DEFINE_TRACE(lttng_logger); +LTTNG_DEFINE_TRACE(lttng_logger, + PARAMS(const char __user *text, size_t len), + PARAMS(text, len) +); static struct proc_dir_entry *lttng_logger_dentry; @@ -116,7 +119,7 @@ int __init lttng_logger_init(void) { int ret = 0; - wrapper_vmalloc_sync_all(); + wrapper_vmalloc_sync_mappings(); /* /dev/lttng-logger */ ret = misc_register(&logger_dev);