Lines Matching refs:probe

29713 	* include/stap-probe.h: Fix macro definition formatting.
44055 * include/stap-probe.h: Remove all uses of IN_LIB.
44062 * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
53581 * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
53584 * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
53585 (__sigsetjmp): Add setjmp SystemTap probe.
56670 * sysdeps/arm/__longjmp.S: Include stap-probe.h.
56673 SystemTap probe point.
56677 * sysdeps/arm/setjmp.S: Include stap-probe.h.
56679 saved registers. Add setjmp SystemTap probe point.
57441 * include/stap-probe.h: Add comment about probe argument
60614 probe.
60624 probe.
60978 * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
61450 * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
61451 (__sin32): Add slowasin probe.
61452 (__cos32): Add slowacos probe.
61453 (__mpsin): Add slowsin probe.
61454 (__mpcos): Add slowcos probe.
62595 * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
62596 (atan2Mp): Add systemtap probe marker.
62597 * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
62598 (__ieee754_log): Add systemtap probe marker.
62599 * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
62600 (atanMp): Add systemtap probe marker.
62601 * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
62602 (tanMp): Add systemtap probe marker.
62603 * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
62604 (__slowexp): Add systemtap probe marker.
62605 * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
62606 (__slowpow): Add systemtap probe marker.
63668 * malloc/arena.c (new_heap): New memory_heap_new probe.
63669 (grow_heap): New memory_heap_more probe.
63670 (shrink_heap): New memory_heap_less probe.
63671 (heap_trim): New memory_heap_free probe.
63672 * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
63673 (systrim): New memory_sbrk_less probe.
63676 * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
63679 * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
63680 (__libc_realloc): Add memory_realloc_retry probe.
63681 (__libc_memalign): Add memory_memalign_retry probe.
63682 (__libc_valloc): Add memory_valloc_retry probe.
63683 (__libc_pvalloc): Add memory_pvalloc_retry probe.
63684 (__libc_calloc): Add memory_calloc_retry probe.
63687 * malloc/arena.c (get_free_list): Add probe
63692 * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
63697 memory_mallopt_free_dyn_thresholds probe.
63701 * malloc/malloc.c: Include stap-probe.h.
63702 (__libc_mallopt): Add memory_mallopt probe.
63703 * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
79171 * elf/rtld.c: Include <stap-probe.h>.
79173 * elf/dl-load.c: Include <stap-probe.h>.
79175 Added static probe "map_failed".
79177 Added static probe "map_start".
79179 * elf/dl-open.c: Include <stap-probe.h>.
79182 * elf/dl-close.c: Include <stap-probe.h>.
80966 * sysdeps/x86_64/__longjmp.S: Add a static probe here.
80975 * include/stap-probe.h: New file.