HomeSort by: relevance | last modified time | path
    Searched refs:probes (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
solib-corrupted.exp 29 # With probes interface GDB no longer scans the inferior library list so its
30 # corruption cannot be tested. Disable the probes interface.
31 gdb_test "maint ignore-probes rtld"
37 set probes { init_start init_complete map_start reloc_complete unmap_start
39 set test "info probes"
42 set idx [lsearch -exact $probes $expect_out(1,string)]
44 set probes [lreplace $probes $idx $idx]
54 gdb_assert {[llength $probes] == 6} "no probes found
    [all...]
break-probes.exp 46 # Check if we're using probes.
65 gdb_test_multiple "info probes stap rtld" "" {
74 unsupported "probes not present on this system"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
solib-corrupted.exp 29 # With probes interface GDB no longer scans the inferior library list so its
30 # corruption cannot be tested. Disable the probes interface.
31 gdb_test "maint ignore-probes rtld"
37 set probes { init_start init_complete map_start reloc_complete unmap_start
39 set test "info probes"
42 set idx [lsearch -exact $probes $expect_out(1,string)]
44 set probes [lreplace $probes $idx $idx]
54 gdb_assert {[llength $probes] == 6} "no probes found
    [all...]
break-probes.exp 46 # Check if we're using probes.
65 gdb_test_multiple "info probes stap rtld" "" {
74 unsupported "probes not present on this system"
  /src/external/gpl3/gdb.old/dist/gdb/
probe.c 86 const std::vector<std::unique_ptr<probe>> &probes local
89 for (auto &p : probes)
223 const std::vector<std::unique_ptr<probe>> &probes local
225 for (auto &p : probes)
256 const std::vector<std::unique_ptr<probe>> &probes local
258 for (auto &p : probes)
273 /* Make a vector of probes matching OBJNAME, PROVIDER, and PROBE_NAME.
274 If SPOPS is not &any_static_probe_ops, only probes related to this
306 const std::vector<std::unique_ptr<probe>> &probes
309 for (auto &p : probes)
305 const std::vector<std::unique_ptr<probe>> &probes local
497 std::vector<bound_probe> probes local
621 std::vector<bound_probe> probes local
656 std::vector<bound_probe> probes local
    [all...]
probe.h 37 /* The field name to be printed in the `info probes' command. This
42 /* Operations that act on probes, but are specific to each backend.
45 probes at once, or to provide information about the probe backend
66 /* Function that should fill PROBES with known probes from OBJFILE. */
67 virtual void get_probes (std::vector<std::unique_ptr<probe>> *probes,
72 `info probes' command. */
82 printed in the `info probes' command. It should fill HEADS
239 probe's defining objfile. This is needed because probes are
277 vector of all probes that were found. If no matching probe is found
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
probe.c 86 const std::vector<std::unique_ptr<probe>> &probes local
89 for (auto &p : probes)
223 const std::vector<std::unique_ptr<probe>> &probes local
225 for (auto &p : probes)
256 const std::vector<std::unique_ptr<probe>> &probes local
258 for (auto &p : probes)
273 /* Make a vector of probes matching OBJNAME, PROVIDER, and PROBE_NAME.
274 If SPOPS is not &any_static_probe_ops, only probes related to this
306 const std::vector<std::unique_ptr<probe>> &probes
309 for (auto &p : probes)
305 const std::vector<std::unique_ptr<probe>> &probes local
497 std::vector<bound_probe> probes local
621 std::vector<bound_probe> probes local
656 std::vector<bound_probe> probes local
    [all...]
probe.h 37 /* The field name to be printed in the `info probes' command. This
42 /* Operations that act on probes, but are specific to each backend.
45 probes at once, or to provide information about the probe backend
66 /* Function that should fill PROBES with known probes from OBJFILE. */
67 virtual void get_probes (std::vector<std::unique_ptr<probe>> *probes,
72 `info probes' command. */
82 printed in the `info probes' command. It should fill HEADS
239 probe's defining objfile. This is needed because probes are
277 vector of all probes that were found. If no matching probe is found
    [all...]
  /src/external/cddl/dtracetoolkit/dist/Docs/Examples/
oneliners_examples.txt 25 dtrace: description 'syscall::open*:entry ' matched 2 probes
50 dtrace: description 'syscall:::entry ' matched 228 probes
65 dtrace: description 'syscall:::entry ' matched 228 probes
87 dtrace: description 'syscall:::entry ' matched 228 probes
104 dtrace: description 'sysinfo:::readch ' matched 4 probes
121 dtrace: description 'sysinfo:::writech ' matched 4 probes
142 dtrace: description 'sysinfo:::readch ' matched 4 probes
171 dtrace: description 'sysinfo:::writech ' matched 4 probes
283 dtrace: description 'fbt:::entry ' matched 18437 probes
  /src/external/cddl/dtracetoolkit/dist/Examples/
oneliners_examples.txt 25 dtrace: description 'syscall::open*:entry ' matched 2 probes
50 dtrace: description 'syscall:::entry ' matched 228 probes
65 dtrace: description 'syscall:::entry ' matched 228 probes
87 dtrace: description 'syscall:::entry ' matched 228 probes
104 dtrace: description 'sysinfo:::readch ' matched 4 probes
121 dtrace: description 'sysinfo:::writech ' matched 4 probes
142 dtrace: description 'sysinfo:::readch ' matched 4 probes
171 dtrace: description 'sysinfo:::writech ' matched 4 probes
283 dtrace: description 'fbt:::entry ' matched 18437 probes
  /src/external/gpl3/binutils/dist/gprofng/src/
gmon_symtab.cc 208 int probes = 0; local
217 DBG (LOOKUPDEBUG, ++probes);
231 printf ("[sym_lookup] %d probes (symtab->len=%u)\n",
232 probes, sym_tab->len - 1));
252 DBG (LOOKUPDEBUG, printf ("[sym_lookup] %d (%u) probes, fall off\n",
253 probes, sym_tab->len - 1));
  /src/usr.bin/rump_dhcpclient/
dhcpcd.h 75 int probes; member in struct:if_state
  /src/external/bsd/dhcpcd/dist/src/
arp.h 74 int probes; member in struct:arp_state
arp.c 378 if (++astate->probes < PROBE_NUM) {
389 astate->probes ? astate->probes : PROBE_NUM, PROBE_NUM,
399 astate->probes = 0;
  /src/external/gpl3/binutils/dist/gprof/
symtab.c 255 int probes = 0; local
264 DBG (LOOKUPDEBUG, ++probes);
278 printf ("[sym_lookup] %d probes (symtab->len=%u)\n",
279 probes, sym_tab->len - 1));
299 DBG (LOOKUPDEBUG, printf ("[sym_lookup] %d (%u) probes, fall off\n",
300 probes, sym_tab->len - 1));
  /src/external/gpl3/binutils.old/dist/gprof/
symtab.c 255 int probes = 0; local
264 DBG (LOOKUPDEBUG, ++probes);
278 printf ("[sym_lookup] %d probes (symtab->len=%u)\n",
279 probes, sym_tab->len - 1));
299 DBG (LOOKUPDEBUG, printf ("[sym_lookup] %d (%u) probes, fall off\n",
300 probes, sym_tab->len - 1));
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
pdtrace.in 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
    [all...]
  /src/external/ibm-public/postfix/dist/src/util/
known_tcp_ports.c 164 struct probe probes[10]; member in struct:test_case
232 for (pp = tp->probes; test_failed == 0 && pp->query != 0; pp++) {
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
pdtrace.in 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
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
rrl.c 230 rate = rrl->probes;
316 rate = rrl->probes;
337 ref_entry(dns_rrl_t *rrl, dns_rrl_entry_t *e, int probes, isc_stdtime_t now) {
355 rrl->probes += probes;
360 if (rrl->probes / rrl->searches > 2) {
364 rrl->probes = 0;
519 int probes, age; local
528 probes = 1;
532 ref_entry(rrl, e, probes, now)
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rrl.c 252 rate = rrl->probes;
338 rate = rrl->probes;
359 ref_entry(dns_rrl_t *rrl, dns_rrl_entry_t *e, int probes, isc_stdtime_t now) {
377 rrl->probes += probes;
382 if (rrl->probes / rrl->searches > 2) {
386 rrl->probes = 0;
541 int probes, age; local
550 probes = 1;
554 ref_entry(rrl, e, probes, now)
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_disk_set_standard_lookup.c 65 int probes; member in struct:name_cache
148 cache->probes++;
  /src/sys/netinet/
tcp_vtw.c 782 uint32_t fatps = 0, probes = 0, losings = 0; local
810 ++probes;
917 if (probes > vtw_stats.max_probe[which])
918 vtw_stats.max_probe[which] = probes;
935 uint32_t fatps = 0, probes = 0, losings = 0; local
963 ++probes;
1014 if (probes > vtw_stats.max_probe[which])
1015 vtw_stats.max_probe[which] = probes;
1034 uint32_t fatps = 0, probes = 0, losings = 0; local
1060 ++probes;
1148 uint32_t fatps = 0, probes = 0, losings = 0; local
    [all...]
  /src/external/mpl/bind/dist/lib/dns/include/dns/
rrl.h 225 unsigned int probes; member in struct:dns_rrl
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
rrl.h 226 unsigned int probes; member in struct:dns_rrl

Completed in 30 milliseconds

1 2