Cleanup: Move lttng-modules instrumentation headers
[lttng-modules.git] / include / instrumentation / events / README
index fc3cd6e256f34cc0cfbb954dd642ada9804af2e4..b13a30b91ed4cafe75b1e7aba36097ab9eefb3ad 100644 (file)
@@ -1,6 +1,6 @@
 * Workflow for updating patches from newer kernel:
 
-Pull the new headers from mainline kernel to lttng-modules/.
+Pull the new headers from mainline kernel to this subdirectory.
 Update those headers to fix the lttng-modules instrumentation style.
 
 
@@ -10,10 +10,10 @@ Update those headers to fix the lttng-modules instrumentation style.
 a) instrument the kernel with new trace events headers. If you want that
    instrumentation distributed, you will have to push those changes into
    the upstream Linux kernel first,
-b) copy those headers into lttng-modules/ directory,
+b) copy those headers into this subdirectory,
 c) look at a diff from other headers between mainline kernel version and 
-   lttng-modules/, and use that as a recipe to alter the new
-   lttng-modules/ headers.
+   those in this subdirectory, and use that as a recipe to alter the new
+   headers copy.
 d) create a new file in probes/ for the new trace event header you added,
 e) add it to probes/Makefile,
 f) build, make modules_install,
This page took 0.023937 seconds and 4 git commands to generate.