]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add tracing probes to the custom isc_rwlock implementation
authorOndřej Surý <ondrej@isc.org>
Mon, 30 Jan 2023 14:42:20 +0000 (15:42 +0100)
committerOndřej Surý <ondrej@isc.org>
Mon, 21 Aug 2023 16:39:53 +0000 (18:39 +0200)
commitdcd60215acfe764d00cf1211e5a838dfd662a789
treef4a50187cd37141352c024d1f1cadd3046df75e7
parent784d055809447021cad9b635c275d4f20b9df661
Add tracing probes to the custom isc_rwlock implementation

Add tracing probes to ISC own isc_rwlock implementation to allow
fine-grained tracing.  The pthread rwlock already has probes inside
glibc, and it's difficult to add probes to headers included from the
other libraries.
lib/isc/probes.d
lib/isc/rwlock.c