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

12

/macosx-10.10.1/ruby-106/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.10.1/dtrace-147/test/tst/i386/pid/
H A Dtst.retlist.ksh39 echo wrong number of matched probes: $match
/macosx-10.10.1/dtrace-147/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.10.1/dtrace-147/libdtrace/
H A Ddt_dof_byteswap.c219 dof_probe_t* probes = (dof_probe_t*)(base + sec->dofs_offset); local
224 swapu64(probes[i].dofpr_addr);
225 swapu32(probes[i].dofpr_func);
226 swapu32(probes[i].dofpr_name);
227 swapu32(probes[i].dofpr_nargv);
228 swapu32(probes[i].dofpr_xargv);
229 swapu32(probes[i].dofpr_argidx);
230 swapu32(probes[i].dofpr_offidx);
231 swapu16(probes[i].dofpr_noffs);
232 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...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DProbeSetDataFrame.js82 return probeSet.probes.filter(function(probe) {
H A DProbeSetDataTable.js88 if (this._openFrame.count == this._probeSet.probes.length) {
H A DProbeSet.js67 get probes()
123 console.assert(!this._probes.length, "ProbeSet.willRemove called, but probes still associated with group: ", this._probes);
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DProbeDetailsSidebarPanel.css26 .sidebar > .panel.probes > .navigation-bar {
33 .sidebar > .panel.probes > .content {
H A DProbeSetDataGridNode.js65 for (var probe of this.dataGrid.probeSet.probes) {
H A DProbeSetDataGrid.js33 for (var probe of probeSet.probes) {
/macosx-10.10.1/network_cmds-457/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.10.1/bind9-45.101/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.10.1/libarchive-30/libarchive/libarchive/
H A Darchive_read_disk_set_standard_lookup.c66 int probes; member in struct:name_cache
149 cache->probes++;
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DProbeManager.js34 // Main lookup tables for probes and probe sets.
150 // Look for missing probes based on what we saw last.
163 if (!probeSet.probes.length) {
/macosx-10.10.1/ruby-106/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.10.1/ruby-106/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.10.1/libarchive-30/libarchive/cpio/
H A Dcpio.c92 int probes; member in struct:name_cache
1159 cache->probes++;
/macosx-10.10.1/vim-55/runtime/syntax/
H A Ddtrace.vim34 " descriptors don't show up as errors. Note that this regex detects probes

Completed in 146 milliseconds

12