From a63a95dc1994d08176b63f0a133749b531f22b80 Mon Sep 17 00:00:00 2001 From: dsmith Date: Tue, 26 Sep 2006 21:41:37 +0000 Subject: 2006-09-26 David Smith * .cvsignore: Changed 'stpd' reference to 'staprun'. * INTERNALS: Ditto. * buildrun.cxx (run_pass): Ditto. * lket.5.in: Ditto. * stap.1.in: Ditto. * stapruncs.5.in: Ditto. * examples/small_demos/demo_script.txt: Ditto. * examples/small_demos/sys.stp: Ditto. * systemtap.spec.in: Created a new subpackage, "systemtap-runtime", that contains staprun. * Makefile.am: Renamed 'stpd' to 'staprun' and moved it to $(bindir). * Makefile.in: Regenerated from Makefile.am. * configure.ac: Incremented version number. * configure: Regenerated from configure.ac. --- lket.5.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lket.5.in') diff --git a/lket.5.in b/lket.5.in index 82ef2cae..2c2eb444 100644 --- a/lket.5.in +++ b/lket.5.in @@ -1197,7 +1197,7 @@ Data format is: By default, LKET will log the trace data in binary format. To get a better performance for binary tracing, the "\-b" option should -be turned on for stap and thus \-M option has to be added to stop stpd +be turned on for stap and thus \-M option has to be added to stop staprun merging per-cpu files. You could use the command -- cgit