Lines Matching refs:probes
28 # from testing the DTrace USDT probes support in GDB.
39 # probes. Equivalent to dtrace -h.
41 # This allows to generate DTrace static probes without having to use
127 printf "\t-h generate a header file with definitions for static probes\n"
129 printf "\t-s handle probes according to the specified D script\n"
157 # Collect the providers and probes information from the input object
168 # probes
169 # Regular probes and is-enabled probes.
172 # Base probes, i.e. probes sharing provider, name and container.
182 # probes, base_probes, providers
184 probes=
192 # distinct names for both normal probes and is-enabled probes.
216 # The addresses of is-enabled probes must point to the
245 probes=$(f_add_record "$probes" \
255 # Build the list of providers and of base probes from the probes.
260 $probes
266 # Collect the argument counts and type strings for all the probes
267 # described in the `probes' global variable. This is done by
279 # Probes arguments.
283 # probes
294 # Process normal probes only. Is-enabled probes are not
328 $probes
393 # STRTAB OFFTAB EOFFTAB [PROBES PROVIDER]...
397 # probes, base_probes, providers, probes_args, BCOUNT
413 # Offsets of the STRTAB, OFFTAB EOFFTAB and PROBES sections in the
422 # PROBES sections in the sections array.
429 # First offsets and eoffsets of the base-probes.
434 # Offsets in the STRTAB section for the first type of base probes.
529 $probes
550 $probes
561 # Generate a pair of sections PROBES and PROVIDER for each
564 # The PROBES section contains an array of `struct
568 # probes and is-enabled probes sharing the same provider, name and
627 # instance describing the provider for the probes above.
688 f_gen_dof_sect_header "$provider probes" \
824 # Note that the `offset' of is-enabled probes is tweaked in
877 $probes
897 # invoke the probes defined in it.