Home
last modified time | relevance | path

Searched refs:systemtap (Results 1 – 8 of 8) sorted by relevance

/glibc-2.36/
Dconfigure.ac398 AC_ARG_ENABLE([systemtap], optenable
399 [AS_HELP_STRING([--enable-systemtap],
400 [enable systemtap static probe points @<:@default=no@:>@])],
401 [systemtap=$enableval],
402 [systemtap=no])
403 if test "x$systemtap" != xno; then
404 AC_CACHE_CHECK([for systemtap static probe support], libc_cv_sdt, [dnl
416 elif test "x$systemtap" != xauto; then
417 AC_MSG_FAILURE([systemtap support needs sys/sdt.h with asm support])
Dconfigure3706 enableval=$enable_systemtap; systemtap=$enableval
3708 systemtap=no
3711 if test "x$systemtap" != xno; then
3741 elif test "x$systemtap" != xauto; then
DNEWS5238 * New configure option --enable-systemtap builds SystemTap static probes
/glibc-2.36/benchtests/strcoll-inputs/
Dfilelist#C12462 DESIGN-systemtap-probes.txt
Dfilelist#en_US.UTF-812462 DESIGN-systemtap-probes.txt
/glibc-2.36/ChangeLog.old/
DChangeLog.1827509 * configure.ac (systemtap): Test with -std=gnu11 instead of
34967 * nptl/DESIGN-systemtap-probes.txt: Remove lll_lock_wait,
62596 (atan2Mp): Add systemtap probe marker.
62598 (__ieee754_log): Add systemtap probe marker.
62600 (atanMp): Add systemtap probe marker.
62602 (tanMp): Add systemtap probe marker.
62604 (__slowexp): Add systemtap probe marker.
62606 (__slowpow): Add systemtap probe marker.
80976 * configure.in: Handle --enable-systemtap.
DChangeLog.nptl1264 * DESIGN-systemtap-probes.txt: New file.
DChangeLog.192735 * nptl/DESIGN-systemtap-probes.txt: Likewise.
4801 Optimize futex call and add systemtap probe.