diff options
author | Rayson Ho <rho@redhat.com> | 2011-02-23 11:30:55 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-05-25 13:41:04 -0700 |
commit | 17557282082870c7168d4bd9f386523c8c60d729 (patch) | |
tree | a2ed9e2b99370cd94b402aad75097a8315e084f8 /nptl/ChangeLog | |
parent | 5acf7263d52992ce4144e0a3b3644985b9e792b4 (diff) | |
download | glibc-17557282082870c7168d4bd9f386523c8c60d729.tar glibc-17557282082870c7168d4bd9f386523c8c60d729.tar.gz glibc-17557282082870c7168d4bd9f386523c8c60d729.tar.bz2 glibc-17557282082870c7168d4bd9f386523c8c60d729.zip |
i386 port of the pthread SystemTap probes
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 9b63c5365d..a488ccb37d 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,4 +1,17 @@ 2012-05-25 Rayson Ho <rho@redhat.com> + + * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Low-level SystemTap + probes for i386. + * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise. + * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise. + * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: Likewise. + * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: Likewise. + * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Likewise. + * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Likewise. + * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Likewise. + * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: Likewise. + +2012-05-25 Rayson Ho <rho@redhat.com> Roland McGrath <roland@hack.frob.com> * DESIGN-systemtap-probes.txt: New file. |