X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=instrumentation%2Fsyscalls%2FREADME;h=1e9bec49c5e3a207fb5597030f6657e147d97069;hb=eafcf0ad62421fedc6ae922368d8b7b1edaaeb92;hp=6c235e150d46af6ea59686a6fe6da30e40d95b1b;hpb=f9771d396f35b66330bc6cc3e5ba5dceb741a99d;p=lttng-modules.git diff --git a/instrumentation/syscalls/README b/instrumentation/syscalls/README index 6c235e15..1e9bec49 100644 --- a/instrumentation/syscalls/README +++ b/instrumentation/syscalls/README @@ -12,7 +12,7 @@ is expected). See the dmesg output for system call metadata. Take the dmesg metadata and feed it to lttng-syscalls-generate-headers.sh, e.g., from the instrumentation/syscalls directory. See the script header for -usage example. +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, no need to regenerate the whole thing, since system calls are only appended to.