HomeSort by: relevance | last modified time | path
    Searched defs:probes (Results 1 - 17 of 17) sorted by relevancy

  /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/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/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/bsd/dhcpcd/dist/src/
arp.h 74 int probes; member in struct:arp_state
  /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/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/usr.bin/rump_dhcpclient/
dhcpcd.h 75 int probes; member in struct:if_state
  /src/external/bsd/libarchive/dist/cpio/
cpio.c 75 int probes; member in struct:name_cache
1378 cache->probes++;
  /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...]
solib-svr4.c 98 /* Something went seriously wrong. Stop using probes and
126 /* A list of named probes and their associated actions. If all
127 probes are present in the dynamic linker then the probes-based
387 probes-based interface to map breakpoint addresses to probes
393 probes-based interface.
421 /* Free the probes table. */
1310 stored by the probes interface. Handle special cases relating
1405 /* Collect sos read and stored by the probes interface. *
2121 std::vector<probe *> probes[NUM_PROBES]; local
    [all...]
  /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...]
solib-svr4.c 97 /* Something went seriously wrong. Stop using probes and
125 /* A list of named probes and their associated actions. If all
126 probes are present in the dynamic linker then the probes-based
386 probes-based interface to map breakpoint addresses to probes
392 probes-based interface.
420 /* Free the probes table. */
1312 stored by the probes interface. Handle special cases relating
1407 /* Collect sos read and stored by the probes interface. *
2123 std::vector<probe *> probes[NUM_PROBES]; local
    [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/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 73 milliseconds