Cross Reference: sssd_probes.d
xref
: /
sssd
/
src
/
systemtap
/
sssd_probes.d
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
sssd_probes.d revision 6dcbfe52d5e64205c0d922f3e89add066b42c496
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
);
}