X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Finstrumentation%2Fevents%2FREADME;h=b13a30b91ed4cafe75b1e7aba36097ab9eefb3ad;hb=4f47ccf08dfac3d5db7553eb8b40bdab19764727;hp=fc3cd6e256f34cc0cfbb954dd642ada9804af2e4;hpb=7c6d929d62a6e24fb1dbeaee5cd2c8afe77720b7;p=lttng-modules.git diff --git a/include/instrumentation/events/README b/include/instrumentation/events/README index fc3cd6e2..b13a30b9 100644 --- a/include/instrumentation/events/README +++ b/include/instrumentation/events/README @@ -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,