diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | stap.1.in | 6 |
2 files changed, 6 insertions, 7 deletions
@@ -1,9 +1,12 @@ +2007-03-14 Martin Hunt <hunt@redhat.com> + * stap.1.in: Remove "-M" option and edit description of "-b". + 2007-03-14 Martin Hunt <hunt@redhat.com> * Makefile.am: Don't install old relayfs sources. * makefile.in: Rebuilt. -2007-03-14 Martin Hunt <hunt@redhat.com> - +2007-03-14 Martin Hunt <hunt@redhat.com> + * Makefile.am (staprun_SOURCES): Sources now live in runtime/staprun. * makefile.in: Rebuilt. @@ -105,11 +105,7 @@ debbugging information for $target variables. Unoptimized mode. Disable unused code elision during elaboration. .TP .BI \-b -Use relayfs-based bulk mode for kernel-to-user data transfer. -.TP -.BI \-M -Don't merge per-cpu files when using bulk (relayfs) mode. This option is -valid for bulk mode. +Use bulk mode (percpu files) for kernel-to-user data transfer. .TP .B \-t Collect timing information on the number of times probe executes |