diff options
author | hunt <hunt> | 2007-03-14 22:27:49 +0000 |
---|---|---|
committer | hunt <hunt> | 2007-03-14 22:27:49 +0000 |
commit | 5ba4863bffd79835cec97cad3d4e16399def8d10 (patch) | |
tree | fc43e7347a6f5e6f7f61bc3c677c17704c2513fa | |
parent | 6880012f6194a5908698a9f375d7f69231ffbef5 (diff) | |
download | systemtap-steved-5ba4863bffd79835cec97cad3d4e16399def8d10.tar.gz systemtap-steved-5ba4863bffd79835cec97cad3d4e16399def8d10.tar.xz systemtap-steved-5ba4863bffd79835cec97cad3d4e16399def8d10.zip |
2007-03-14 Martin Hunt <hunt@redhat.com>
* stap.1.in: Remove "-M" option and edit description of "-b".
-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 |