Date: Mon, 13 Aug 2012 10:57:11 -0500 From: Greg Miller <greglmiller@gmail.com> To: soc-status <soc-status@freebsd.org> Subject: Lock profiling and lock order verification, week 12 Message-ID: <CAHLcusRr_Q_8iJqW19uhnsfNVC7RVOw3kYTMymwvDf1vhqaViQ@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Accomplishments for the week: * Implemented XML output for both lock profiling and libwitness * Restructured the witness data in order to allow locks with the same name to be treated as the same lock * Added additional tests to verify that data for locks with the same name is properly shared * Replaced pthread_setname_np() with pthread_mutex_setname_np(), pthread_rwlock_setname_np(), and pthread_spin_setname_np() functions. * Remerge from the latest trunk mirror to the branch. Remaining work: * Add backtrace logging to libwitness * Cleanup/documentation
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAHLcusRr_Q_8iJqW19uhnsfNVC7RVOw3kYTMymwvDf1vhqaViQ>