X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=README;h=30f13386b9876bfde603e805bb0352bc33f2b3ba;hb=975da2c003441a8a16a36947e9500237c197e91b;hp=c3568f83f015addb38bbd30880be9f8ebc7247e3;hpb=bd6867a57e76d9a1a44ae14245c41e18febf631d;p=lttng-modules.git diff --git a/README b/README index c3568f83..30f13386 100644 --- a/README +++ b/README @@ -51,6 +51,8 @@ kernel version. * Kernel config options required +CONFIG_MODULES: required + * Kernel modules support. CONFIG_KALLSYMS: required * See wrapper/ files. This is necessary until the few required missing symbols are exported to GPL modules from mainline. @@ -77,7 +79,7 @@ CONFIG_PERF_EVENTS: lttng add-context -t perf:* CONFIG_EVENT_TRACING: needed to allow block layer tracing -CONFIG_KPROBES: +CONFIG_KPROBES: Dynamic probe. lttng enable-event -k --probe ... CONFIG_KRETPROBES: