History log of /sssd-io/src/systemtap/sssd_functions.stp
Revision Date Author Comments Expand
d46d59e78600aa72176df7217c94743b7e71881a 08-Sep-2017 Justin Stephenson <jstephen@redhat.com>

DP: Add Generic DP Request Probes Add the ability to analyze performance and monitor Data Provider requests at a high-level, probes fire when a request is sent and when a request is completed. Request name, domain, target, method, and return code information is passed as target variables to the systemtap probe tapsets which can be used in systemtap scripts. Resolves: https://pagure.io/SSSD/sssd/issue/3061 Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>

8c829226ce0cf98c35ffce39a66f9645cff65767 10-Jun-2016 Jakub Hrozek <jhrozek@redhat.com>

STAP: Add helper functions to for human-readable account request representation The caller of the systemtap script would be able to see what kind of account request sssd received with a string representation, not just the cryptic hexadecimal number. Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>