Lines Matching refs:probe
13 arguments of a probe, the modified probe will have a different name, so
14 that program monitors relying on the old probe will not get unexpected
29 This probe is triggered after the main arena is extended by calling
36 This probe is triggered after the size of the main arena is decreased by
44 This probe is triggered after a new heap is @code{mmap}ed. Argument
51 This probe is triggered @emph{before} (unlike the other sbrk and heap
58 This probe is triggered after a trailing portion of an @code{mmap}ed
64 This probe is triggered after a trailing portion of an @code{mmap}ed
82 @code{memalign} function. A @code{memalign} probe is also used by functions
91 This probe is triggered within @code{arena_get_retry} (the function
94 arena. This probe is redundant, but much easier to use when it's not
103 This probe is triggered when @code{malloc} allocates and initializes an
112 This probe is triggered when @code{malloc} has just selected an existing
118 @code{reused_arena}, right after the mutex mentioned in probe
128 This probe is triggered when @code{malloc} is about to wait for an arena
144 This probe is triggered when @code{malloc} has chosen an arena that is
150 This probe is triggered when function @code{mallopt} is called to change
157 This probe is triggered shortly after the @code{memory_mallopt} probe,
165 This probe is triggered shortly after the @code{memory_mallopt} probe,
173 This probe is triggered shortly after the @code{memory_mallopt} probe,
181 This probe is triggered shortly after the @code{memory_mallopt} probe,
190 This probe is triggered shortly after the @code{memory_mallopt} probe,
198 This probe is triggered shortly after the @code{memory_mallopt} probe,
205 This probe is triggered shortly after the @code{memory_mallopt} probe,
213 This probe is triggered shortly after the @code{memory_mallopt} probe,
221 This probe is triggered when function @code{free} decides to adjust the
227 This probe is triggered when the @code{glibc.malloc.tcache_max}
233 This probe is triggered when the @code{glibc.malloc.tcache_count}
239 This probe is triggered when the
246 This probe is triggered when @code{free} determines that the memory
249 that this probe will trigger due to random payload data remaining in
251 This probe actually indicates that an expensive linear search of the
264 This probe is triggered whenever @code{setjmp} or @code{sigsetjmp} is
273 This probe is triggered whenever @code{longjmp} or @code{siglongjmp}
280 The @code{longjmp} probe is triggered at a point where the registers
287 This probe is triggered under the same conditions and with the same
288 arguments as the @code{longjmp} probe.
290 The @code{longjmp_target} probe is triggered at a point where the