summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2016-02-29 13:20:28 +0100
committerLukas Slebodnik <lslebodn@redhat.com>2016-06-10 18:15:27 +0200
commit6dcbfe52d5e64205c0d922f3e89add066b42c496 (patch)
tree17ccc47e89ac2733ee62062c6fbeb8af50179463 /configure.ac
parentbd93ef2db6d24946ebf98a23fa18d34d45f6b072 (diff)
downloadsssd-6dcbfe52d5e64205c0d922f3e89add066b42c496.tar.gz
sssd-6dcbfe52d5e64205c0d922f3e89add066b42c496.tar.xz
sssd-6dcbfe52d5e64205c0d922f3e89add066b42c496.zip
SYSDB: Add systemtap probes to track sysdb transactions
Actually adds marks for sysdb transactions that receive the transaction nesting level as an argument. The nesting is passed on from probes to marks along with a human-friendly description. The transaction commit is decorated with two probes, before and after. This would allow the caller to distinguish between the time we spend in the transaction (which might be important, because if a transaction is active on an ldb context, even the readers are blocked before the transaction completes) and the time we spend commiting the transaction (which is important because that's when the disk writes occur) The probes would be installed into /usr/share/systemtap/tapset on RHEL and Fedora. This is in line with systemtap's paths which are described in detail in "man 7 stappaths". Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2c208cd48..f91150e01 100644
--- a/configure.ac
+++ b/configure.ac
@@ -457,5 +457,6 @@ AC_CONFIG_FILES([Makefile contrib/sssd.spec src/examples/rwtab src/doxy.config
src/lib/sifp/sss_simpleifp.doxy
src/config/setup.py
src/responder/ifp/org.freedesktop.sssd.infopipe.service
+ src/systemtap/sssd.stp
src/config/SSSDConfig/__init__.py])
AC_OUTPUT