Add systemtap markers to math function slow paths
commit10e1cf6b73f1598e57d24933a0949dbeffa2c8a0
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Fri, 11 Oct 2013 17:07:53 +0000 (11 22:37 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Fri, 11 Oct 2013 17:07:53 +0000 (11 22:37 +0530)
tree2dd2ce2fe7144de439047f6dddbeb2f660746d94
parent3d110c7c6e6549bd4124fce49cdc672f9e449799
Add systemtap markers to math function slow paths

Add systemtap probes to various slow paths in libm so that application
developers may use systemtap to find out if their applications are
hitting these slow paths.  We have added probes for pow, exp, log,
tan, atan and atan2.
ChangeLog
manual/probes.texi
sysdeps/ieee754/dbl-64/e_atan2.c
sysdeps/ieee754/dbl-64/e_log.c
sysdeps/ieee754/dbl-64/s_atan.c
sysdeps/ieee754/dbl-64/s_tan.c
sysdeps/ieee754/dbl-64/slowexp.c
sysdeps/ieee754/dbl-64/slowpow.c