SoW-2020-0002: Trace Hit Counters: trigger error reporting integration
[lttng-tools.git] / src / bin / lttng-sessiond / modprobe.c
index cf9c12b3c81b5bfad2bf1d55ecab21fd3d8ddc81..a093f2412c4006d5c1660d2b6e12bdf2f3a74968 100644 (file)
 #define LTTNG_MOD_OPTIONAL     0
 
 /* LTTng kernel tracer mandatory core modules list */
+/* TODO: the new trigger client might not be present in previous lttng-modules
+ * should it be optional?
+ * Can we reuse this to also know of the trigger feature is supported?
+ */
 struct kern_modules_param kern_modules_control_core[] = {
        { (char *) "lttng-ring-buffer-client-discard" },
        { (char *) "lttng-ring-buffer-client-overwrite" },
@@ -37,6 +41,9 @@ struct kern_modules_param kern_modules_control_core[] = {
        { (char *) "lttng-ring-buffer-client-mmap-discard" },
        { (char *) "lttng-ring-buffer-client-mmap-overwrite" },
        { (char *) "lttng-ring-buffer-metadata-mmap-client" },
+       { (char *) "lttng-ring-buffer-trigger-client" },
+       { (char *) "lttng-counter-client-percpu-64-modular" },
+       { (char *) "lttng-counter-client-percpu-32-modular" },
 };
 
 /* LTTng kernel tracer probe modules list */
This page took 0.024009 seconds and 5 git commands to generate.