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

/macosx-10.9.5/cctools-845/gprof/
H A Dlookup.c74 int probes; local
76 probes = 0;
80 probes += 1;
86 printf("[nllookup] %d (%u) probes\n", probes, nname-1);
/macosx-10.9.5/ruby-104/ruby/test/dtrace/
H A Dtest_cmethod.rb13 trap_probe(probe, ruby_program) { |d_file, rb_file, probes|
14 foo_calls = probes.map { |line| line.split }.find_all { |row|
30 trap_probe(probe, ruby_program) { |d_file, rb_file, probes|
31 foo_calls = probes.map { |line| line.split }.find_all { |row|
H A Dtest_singleton_function.rb14 trap_probe(probe, ruby_program) { |d_file, rb_file, probes|
15 foo_calls = probes.map { |line| line.split }.find_all { |row|
34 trap_probe(probe, ruby_program) { |d_file, rb_file, probes|
35 foo_calls = probes.map { |line| line.split }.find_all { |row|
H A Dtest_function_entry.rb14 trap_probe(probe, ruby_program) { |d_file, rb_file, probes|
15 foo_calls = probes.map { |line| line.split }.find_all { |row|
35 trap_probe(probe, ruby_program) { |d_file, rb_file, probes|
36 foo_calls = probes.map { |line| line.split }.find_all { |row|
68 trap_probe(probe, program) { |d_file, rb_file, probes|
69 foo_calls = probes.map { |line| line.split }.find_all { |row|
H A Dhelper.rb32 probes = IO.popen(cmd) do |io|
37 yield(d_path, rb_path, probes)
/macosx-10.9.5/dtrace-118.1/test/tst/i386/pid/
H A Dtst.retlist.ksh39 echo wrong number of matched probes: $match
/macosx-10.9.5/dtrace-118.1/DTTk/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
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_dof_byteswap.c221 dof_probe_t* probes = (dof_probe_t*)(base + sec->dofs_offset); local
226 swapu64(probes[i].dofpr_addr);
227 swapu32(probes[i].dofpr_func);
228 swapu32(probes[i].dofpr_name);
229 swapu32(probes[i].dofpr_nargv);
230 swapu32(probes[i].dofpr_xargv);
231 swapu32(probes[i].dofpr_argidx);
232 swapu32(probes[i].dofpr_offidx);
233 swapu16(probes[i].dofpr_noffs);
234 swapu32(probes[
[all...]
H A Ddt_ld.cpp516 std::string dt_ld_decode_script(std::string stability, std::string typedefs, std::vector<std::string>& probes) argument
528 for (std::vector<std::string>::iterator it = probes.begin(); it < probes.end(); ++it) {
762 std::vector<std::string> probes; local
767 probes.push_back(std::string(probeNames[i]));
770 probes.push_back(std::string(probeNames[i]));
777 if (probes.size() == 0) {
778 fprintf(stderr, "error: Dtrace provider %s has no probes\n", stability);
782 std::string dscript = dt_ld_decode_script(std::string(stability), std::string(typedefs), probes);
812 fprintf(stderr, "error: Could not register probes\
[all...]
H A Ddt_parser.c2502 dt_node_provider(char *name, dt_node_t *probes) argument
2510 dnp->dn_probes = probes;
/macosx-10.9.5/network_cmds-433/rtsol.tproj/
H A Drtsold.h44 int probes; member in struct:ifinfo
H A Ddump.c112 fprintf(fp, " probes: %d, dadcount = %d\n",
113 ifinfo->probes, ifinfo->dadcount);
H A Drtsold.c536 if (ifinfo->probes < MAX_RTR_SOLICITATIONS)
542 ifinfo->probes);
543 ifinfo->probes = 0;
610 if (ifinfo->probes < MAX_RTR_SOLICITATIONS)
H A Drtsol.c221 ifinfo->probes++;
339 ifi->probes = 0;
/macosx-10.9.5/bind9-45.100/bind9/lib/export/samples/
H A Dnsprobe.c128 static struct probe_trans probes[MAX_PROBES]; variable in typeref:struct:probe_trans
1141 probes[i].inuse = ISC_FALSE;
1142 probes[i].domain = NULL;
1143 dns_fixedname_init(&probes[i].fixedname);
1144 probes[i].qname = NULL;
1145 probes[i].qlabel = qlabels;
1146 probes[i].qname_found = ISC_FALSE;
1147 probes[i].resid = NULL;
1148 ISC_LIST_INIT(probes[i].nslist);
1149 probes[
[all...]
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_read_disk_set_standard_lookup.c66 int probes; member in struct:name_cache
149 cache->probes++;
/macosx-10.9.5/ruby-104/ruby/ext/socket/
H A Dmkconstants.rb608 TCP_KEEPCNT nil Maximum number of keepalive probes allowed before dropping a connection
609 TCP_KEEPIDLE nil Idle time before keepalive probes are sent
610 TCP_KEEPINTVL nil Time between keepalive probes
/macosx-10.9.5/ruby-104/ruby/
H A Dcommon.mk444 $(Q)$(RM) y.tab.c y.output encdb.h transdb.h prelude.c config.log rbconfig.rb $(ruby_pc) probes.h probes.$(OBJEXT) probes.stamp ruby-glommed.$(OBJEXT)
621 PROBES_H_INCLUDES = {$(VPATH)}probes.h
831 probes.$(OBJEXT): $(DTRACE_DEPENDENT_OBJS)
867 $(srcdir)/revision.h $(REVISION_H) enc/unicode/name2ctype.h {$(VPATH)}id.h {$(VPATH)}probes.dmyh
914 probes.dmyh: {$(srcdir)}probes.d $(srcdir)/tool/gen_dummy_probes.rb
915 $(BASERUBY) $(srcdir)/tool/gen_dummy_probes.rb $(srcdir)/probes.d > $@
917 probes
[all...]
/macosx-10.9.5/libarchive-29/libarchive/cpio/
H A Dcpio.c92 int probes; member in struct:name_cache
1159 cache->probes++;
/macosx-10.9.5/vim-53/runtime/syntax/
H A Ddtrace.vim34 " descriptors don't show up as errors. Note that this regex detects probes
/macosx-10.9.5/libarchive-29/libarchive/tar/
H A Dwrite.c121 int probes; member in struct:name_cache
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/
H A DMakefile310 * FEATURE/common for iffe probes, <ast_common.h> for ast source
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace.c226 static dtrace_probe_t **dtrace_probes; /* array of all probes */
227 static int dtrace_nprobes; /* number of probes */
233 static dtrace_hash_t *dtrace_bymod; /* probes hashed by module */
234 static dtrace_hash_t *dtrace_byfunc; /* probes hashed by function */
235 static dtrace_hash_t *dtrace_byname; /* probes hashed by name */
277 * including enabling state, probes, ECBs, consumer state, helper state,
335 * provider of the BEGIN, END, and ERROR probes).
3153 * results for anchored probes.
3707 * probes will not activate in user contexts to which the
3744 * probes wil
[all...]

Completed in 173 milliseconds