linux-add-lttng-layer: probes/Makefile -> probes/KBuild
[lttng-docs.git] / 2.7 / lttng-docs-2.7.txt
index ffe5b5e39bcedbea160bd68fffe93aa08c2ce98a..f5dce4c3d93103634888e74c4fec362041197ab2 100644 (file)
@@ -4835,12 +4835,12 @@ MODULE_VERSION(__stringify(LTTNG_MODULES_MAJOR_VERSION) "."
 ----
 --
 
-. Edit path:{probes/Makefile} and add your new kernel module object
+. Edit path:{probes/KBuild} and add your new kernel module object
   next to the existing ones:
 +
 --
 [source,make]
-.path:{probes/Makefile}
+.path:{probes/KBuild}
 ----
 # ...
 
@@ -6208,7 +6208,7 @@ trace data after a system crash:
 --
 [role="term"]
 ----
-lttng create --shm-path=/path/to/shm
+lttng create my-session -shm-path=/path/to/shm
 ----
 --
 
This page took 0.023556 seconds and 4 git commands to generate.