]> git.ipfire.org Git - thirdparty/glibc.git/commit - nptl/pthread_mutex_lock.c
Add systemtap static probe points in generic and x86_64 pthread code.
authorRoland McGrath <roland@hack.frob.com>
Fri, 25 May 2012 20:35:08 +0000 (13:35 -0700)
committerRoland McGrath <roland@hack.frob.com>
Fri, 25 May 2012 20:41:03 +0000 (13:41 -0700)
commit5acf7263d52992ce4144e0a3b3644985b9e792b4
treec128be190c1c3fb5a1987710033c016d5b881b70
parent8422c9a560e6e3c854739c8a13ecb1c6714f930f
Add systemtap static probe points in generic and x86_64 pthread code.
26 files changed:
nptl/ChangeLog
nptl/DESIGN-systemtap-probes.txt [new file with mode: 0644]
nptl/pthread_cond_broadcast.c
nptl/pthread_cond_destroy.c
nptl/pthread_cond_init.c
nptl/pthread_cond_signal.c
nptl/pthread_cond_wait.c
nptl/pthread_create.c
nptl/pthread_join.c
nptl/pthread_mutex_destroy.c
nptl/pthread_mutex_init.c
nptl/pthread_mutex_lock.c
nptl/pthread_mutex_timedlock.c
nptl/pthread_mutex_unlock.c
nptl/pthread_rwlock_destroy.c
nptl/pthread_rwlock_rdlock.c
nptl/pthread_rwlock_unlock.c
nptl/pthread_rwlock_wrlock.c
nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S
nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h
nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S
nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S
nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S
nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S
nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S