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

/freebsd-11.0-release/cddl/usr.sbin/dtrace/tests/tools/
H A Dexclude.sh131 # Depends on the number of probes in /bin/sh and the current DOF limit.
188 # The second dtrace -G invocation returns an error with "no probes found," which
/freebsd-11.0-release/usr.bin/gprof/
H A Dlookup.c53 register int probes; local
55 probes = 0;
59 probes += 1;
65 printf( "[nllookup] %d (%d) probes\n" , probes , nname-1 );
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.retlist.ksh46 echo wrong number of matched probes: $match
/freebsd-11.0-release/cddl/usr.sbin/dtrace/tests/common/
H A DMakefile52 probes \
/freebsd-11.0-release/usr.sbin/rtsold/
H A Drtsold.h74 int probes; member in struct:ifinfo
H A Ddump.c84 fprintf(fp, " probes: %d, dadcount = %d\n",
85 ifi->probes, ifi->dadcount);
H A Drtsold.c635 if (ifi->probes < MAX_RTR_SOLICITATIONS)
640 ifi->probes);
641 ifi->probes = 0;
730 if (ifi->probes < MAX_RTR_SOLICITATIONS)
H A Drtsol.c234 ifi->probes++;
560 ifi->probes = 0;
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_read_disk_set_standard_lookup.c66 int probes; member in struct:name_cache
149 cache->probes++;
/freebsd-11.0-release/contrib/libarchive/cpio/
H A Dcpio.c95 int probes; member in struct:name_cache
1335 cache->probes++;
/freebsd-11.0-release/targets/pseudo/tests/
H A DMakefile.depend81 cddl/usr.sbin/dtrace/tests/common/probes \
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c2556 dt_node_provider(char *name, dt_node_t *probes) argument
2564 dnp->dn_probes = probes;
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c220 static dtrace_probe_t **dtrace_probes; /* array of all probes */
221 static int dtrace_nprobes; /* number of probes */
230 static dtrace_hash_t *dtrace_bymod; /* probes hashed by module */
231 static dtrace_hash_t *dtrace_byfunc; /* probes hashed by function */
232 static dtrace_hash_t *dtrace_byname; /* probes hashed by name */
259 * including enabling state, probes, ECBs, consumer state, helper state,
322 * provider of the BEGIN, END, and ERROR probes).
3345 * results for anchored probes.
4323 * probes will not activate in user contexts to which the
4355 * probes wil
[all...]

Completed in 150 milliseconds