linux-add-lttng-layer: probes/Makefile -> probes/KBuild
[lttng-docs.git] / 2.9 / lttng-docs-2.9.txt
index 7eaf6364cbad569c7f6a998d37aa26cf495f3040..2fafe29b94c13fd324f6430f36c0609b5254994a 100644 (file)
@@ -1499,8 +1499,8 @@ to configure the sub-buffer count and size for them:
 * **High event throughput**: In general, prefer bigger sub-buffers to
   lower the risk of losing event records.
 +
-Having bigger sub-buffers also ensures a lower sub-buffer switching
-frequency.
+Having bigger sub-buffers also ensures a lower
+<<channel-switch-timer,sub-buffer switching frequency>>.
 +
 The number of sub-buffers is only meaningful if you create the channel
 in overwrite mode: in this case, if a sub-buffer overwrite happens, the
@@ -5290,12 +5290,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}
 ----
 # ...
 
This page took 0.023947 seconds and 4 git commands to generate.