Update lttng-syscalls-extractor for v5.6.0
[lttng-modules.git] / instrumentation / syscalls / README
index a2a66fa038ae48ce0d43f82a1d1c8701aa06c289..6dbc640ecac8081763327c0e2ae6fa524df266f0 100644 (file)
@@ -10,12 +10,11 @@ is expected). See the dmesg output for system call metadata.
 
 2) Generate system call TRACE_EVENT().
 
-Take the dmesg metadata and feed it to lttng-syscalls-generate-headers.sh
-(do not include the ending SUCCESS line), e.g., from the
-instrumentation/syscalls directory. See the script header for usage example.
-It should be run for both the integers and pointers types.
+Take the dmesg data and feed it to lttng-syscalls-generate-headers.sh from
+the instrumentation/syscalls directory. See the script header for usage
+example. It should be run for both the integers and pointers types.
 
-After these are created, we just need to follow the new system call additions,
+After these are created, you just need to follow the new system call additions,
 no need to regenerate the whole thing, since system calls are only appended to.
 
 3) Override headers
This page took 0.023778 seconds and 4 git commands to generate.