Searched refs:systemtap (Results 1 – 8 of 8) sorted by relevance
398 AC_ARG_ENABLE([systemtap], optenable399 [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; then404 AC_CACHE_CHECK([for systemtap static probe support], libc_cv_sdt, [dnl416 elif test "x$systemtap" != xauto; then417 AC_MSG_FAILURE([systemtap support needs sys/sdt.h with asm support])
3706 enableval=$enable_systemtap; systemtap=$enableval3708 systemtap=no3711 if test "x$systemtap" != xno; then3741 elif test "x$systemtap" != xauto; then
5238 * New configure option --enable-systemtap builds SystemTap static probes
12462 DESIGN-systemtap-probes.txt
27509 * configure.ac (systemtap): Test with -std=gnu11 instead of34967 * 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.
1264 * DESIGN-systemtap-probes.txt: New file.
2735 * nptl/DESIGN-systemtap-probes.txt: Likewise.4801 Optimize futex call and add systemtap probe.