summaryrefslogtreecommitdiffstats
path: root/runtime/staprun/staprun.c
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-03-25 11:32:58 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-03-25 11:32:58 -0400
commitaaf2af3e3b0c159a64609c82811662d7253c3a96 (patch)
tree6483a96d2adabed2f34508a02882ca9d2de22b01 /runtime/staprun/staprun.c
parent481963c741b440fec7724426f12b268cfad199b3 (diff)
downloadsystemtap-steved-aaf2af3e3b0c159a64609c82811662d7253c3a96.tar.gz
systemtap-steved-aaf2af3e3b0c159a64609c82811662d7253c3a96.tar.xz
systemtap-steved-aaf2af3e3b0c159a64609c82811662d7253c3a96.zip
rebased unwind_branch on top of current master
Diffstat (limited to 'runtime/staprun/staprun.c')
-rw-r--r--runtime/staprun/staprun.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/staprun/staprun.c b/runtime/staprun/staprun.c
index f4e67fdb..8db2ac5b 100644
--- a/runtime/staprun/staprun.c
+++ b/runtime/staprun/staprun.c
@@ -181,8 +181,6 @@ static void cleanup(int rc)
if (setpriority (PRIO_PROCESS, 0, 0) < 0)
_perr("setpriority");
- stop_symbol_thread();
-
/* rc == 2 means disconnected */
if (rc == 2)
return;
@@ -278,7 +276,6 @@ int main(int argc, char **argv)
exit(1);
setup_staprun_signals();
- start_symbol_thread();
rc = run_stapio(argv);
cleanup(rc);