Searched refs:probes (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/usr.bin/gprof/
H A Dlookup.c54 register int probes; local
56 probes = 0;
60 probes += 1;
66 printf( "[nllookup] %d (%d) probes\n" , probes , nname-1 );
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.retlist.ksh46 echo wrong number of matched probes: $match
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Docs/Examples/
H A Doneliners_examples.txt25 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
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Examples/
H A Doneliners_examples.txt25 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
/freebsd-9.3-release/contrib/bind9/lib/export/samples/
H A Dnsprobe.c128 static struct probe_trans probes[MAX_PROBES]; variable in typeref:struct:probe_trans
1139 probes[i].inuse = ISC_FALSE;
1140 probes[i].domain = NULL;
1141 dns_fixedname_init(&probes[i].fixedname);
1142 probes[i].qname = NULL;
1143 probes[i].qlabel = qlabels;
1144 probes[i].qname_found = ISC_FALSE;
1145 probes[i].resid = NULL;
1146 ISC_LIST_INIT(probes[i].nslist);
1147 probes[
[all...]
/freebsd-9.3-release/usr.sbin/rtsold/
H A Drtsold.h74 int probes; member in struct:ifinfo
H A Ddump.c87 fprintf(fp, " probes: %d, dadcount = %d\n",
88 ifi->probes, ifi->dadcount);
H A Drtsold.c691 if (ifi->probes < MAX_RTR_SOLICITATIONS)
696 ifi->probes);
697 ifi->probes = 0;
789 if (ifi->probes < MAX_RTR_SOLICITATIONS)
H A Drtsol.c234 ifi->probes++;
560 ifi->probes = 0;
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Drrl.c220 rate = rrl->probes;
317 rate = rrl->probes;
336 ref_entry(dns_rrl_t *rrl, dns_rrl_entry_t *e, int probes, isc_stdtime_t now) { argument
353 rrl->probes += probes;
357 if (rrl->probes/rrl->searches > 2)
360 rrl->probes = 0;
503 int probes, age; local
512 probes = 1;
516 ref_entry(rrl, e, probes, no
[all...]
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_disk_set_standard_lookup.c66 int probes; member in struct:name_cache
149 cache->probes++;
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Drrl.h229 unsigned int probes; member in struct:dns_rrl
/freebsd-9.3-release/contrib/libarchive/cpio/
H A Dcpio.c92 int probes; member in struct:name_cache
1172 cache->probes++;
/freebsd-9.3-release/contrib/libarchive/tar/
H A Dwrite.c116 int probes; member in struct:name_cache
/freebsd-9.3-release/tools/test/dtrace/
H A DMakefile274 NOTWORK+= ${TESTSRCDIR}/tst/common/probes/tst.probestar.d
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c2516 dt_node_provider(char *name, dt_node_t *probes) argument
2524 dnp->dn_probes = probes;
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c213 static dtrace_probe_t **dtrace_probes; /* array of all probes */
214 static int dtrace_nprobes; /* number of probes */
222 static dtrace_hash_t *dtrace_bymod; /* probes hashed by module */
223 static dtrace_hash_t *dtrace_byfunc; /* probes hashed by function */
224 static dtrace_hash_t *dtrace_byname; /* probes hashed by name */
253 * including enabling state, probes, ECBs, consumer state, helper state,
316 * provider of the BEGIN, END, and ERROR probes).
2990 * results for anchored probes.
3504 * probes will not activate in user contexts to which the
3536 * probes wil
[all...]

Completed in 168 milliseconds