summaryrefslogtreecommitdiffstats
path: root/tapset-itrace.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tapset-itrace.cxx')
-rw-r--r--tapset-itrace.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/tapset-itrace.cxx b/tapset-itrace.cxx
index 84cfbf90..cd041a54 100644
--- a/tapset-itrace.cxx
+++ b/tapset-itrace.cxx
@@ -302,16 +302,12 @@ register_tapset_itrace(systemtap_session& s)
derived_probe_builder *builder = new itrace_builder();
root->bind_str(TOK_PROCESS)->bind(TOK_INSN)
- ->allow_unprivileged()
->bind(builder);
root->bind_num(TOK_PROCESS)->bind(TOK_INSN)
- ->allow_unprivileged()
->bind(builder);
root->bind_str(TOK_PROCESS)->bind(TOK_INSN)->bind(TOK_BLOCK)
- ->allow_unprivileged()
->bind(builder);
root->bind_num(TOK_PROCESS)->bind(TOK_INSN)->bind(TOK_BLOCK)
- ->allow_unprivileged()
->bind(builder);
}