summaryrefslogtreecommitdiffstats
path: root/buildrun.cxx
diff options
context:
space:
mode:
authorguanglei <guanglei>2006-05-09 09:33:19 +0000
committerguanglei <guanglei>2006-05-09 09:33:19 +0000
commitf272aaccb24b64bf1baa1d70722e0608d654297f (patch)
tree0d26c047f15a0eba6eb7f636fa072a88d0350c77 /buildrun.cxx
parent1533faf160b1456dd03865f117773abb823adc7a (diff)
downloadsystemtap-steved-f272aaccb24b64bf1baa1d70722e0608d654297f.tar.gz
systemtap-steved-f272aaccb24b64bf1baa1d70722e0608d654297f.tar.xz
systemtap-steved-f272aaccb24b64bf1baa1d70722e0608d654297f.zip
-M option to control to do merge or not for bulk mode
Diffstat (limited to 'buildrun.cxx')
-rw-r--r--buildrun.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildrun.cxx b/buildrun.cxx
index f71af527..ab2b85f6 100644
--- a/buildrun.cxx
+++ b/buildrun.cxx
@@ -113,6 +113,7 @@ run_pass (systemtap_session& s)
+ string(PKGLIBDIR) + "/stpd "
+ (s.bulk_mode ? "" : "-r ")
+ (s.verbose>1 ? "" : "-q ")
+ + (s.merge ? "" : "-m ")
+ "-u " + username + " "
+ (s.output_file.empty() ? "" : "-o " + s.output_file + " ");