diff options
Diffstat (limited to 'stap.1.in')
-rw-r--r-- | stap.1.in | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -134,12 +134,6 @@ Unoptimized mode. Disable unused code elision during elaboration. .B \-w Suppressed warnings mode. Disable warning messages for elided code in user script. .TP -.BI \-B " DIR" -Build for a kernel tree in the given directory instead of currently -running one. This will try to fetch release information for the build -tree from include/config/kernel.release under the specified directory, -failing which -B will be ignored. -.TP .BI \-b Use bulk mode (percpu files) for kernel-to-user data transfer. .TP @@ -162,8 +156,12 @@ be used to override limit parameters described below. .BI \-R " DIR" Look for the systemtap runtime sources in the given directory. .TP +.BI \-r " /DIR" +Build for kernel in given build tree. +.TP .BI \-r " RELEASE" -Build for given kernel release instead of currently running one. +Build for kernel in build tree +.BR /lib/modules/RELEASE/build . .TP .BI \-m " MODULE" Use the given name for the generated kernel object module, instead |