summaryrefslogtreecommitdiffstats
path: root/src/systemtap/sssd_probes.d
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemtap/sssd_probes.d')
-rw-r--r--src/systemtap/sssd_probes.d4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/systemtap/sssd_probes.d b/src/systemtap/sssd_probes.d
index 7579577c8..f4890ddfd 100644
--- a/src/systemtap/sssd_probes.d
+++ b/src/systemtap/sssd_probes.d
@@ -1,2 +1,6 @@
provider sssd {
+ probe sysdb_transaction_start(int nesting);
+ probe sysdb_transaction_commit_before(int nesting);
+ probe sysdb_transaction_commit_after(int nesting);
+ probe sysdb_transaction_cancel(int nesting);
}