| /src/external/mpl/bind/dist/lib/dns/ |
| probes.d | 15 probe xfrin_axfr_finalize_begin(void *, char *); 16 probe xfrin_axfr_finalize_end(void *, char *, int); 17 probe xfrin_connected(void *, char *, int); 18 probe xfrin_done_callback_begin(void *, char *, int); 19 probe xfrin_done_callback_end(void *, char *, int); 20 probe xfrin_read(void *, char *, int); 21 probe xfrin_recv_answer(void *, char *, void *); 22 probe xfrin_recv_done(void *, char *, int); 23 probe xfrin_recv_parsed(void *, char *, int); 24 probe xfrin_recv_question(void *, char *, void *) [all...] |
| compress.c | 205 * Robin Hood hashing aims to minimize probe distance when inserting a 207 * probe distance than any other element in its probe sequence. During 209 * probe distance, it is swapped with the new element, and insertion 218 slot_index(dns_compress_t *cctx, unsigned int hash, unsigned int probe) { 219 return (hash + probe) & cctx->mask; 224 unsigned int label, uint16_t hash, unsigned int probe) { 235 unsigned int slot = slot_index(cctx, hash, probe); 244 if (probe > probe_distance(cctx, slot)) { 245 probe = probe_distance(cctx, slot) [all...] |
| /src/external/mpl/bind/dist/lib/isc/ |
| probes.d | 15 probe job_cb_after(void *, void *, void *); 16 probe job_cb_before(void *, void *, void *); 18 probe rwlock_destroy(void *); 19 probe rwlock_downgrade(void *); 20 probe rwlock_init(void *); 21 probe rwlock_rdlock_acq(void *); 22 probe rwlock_rdlock_req(void *); 23 probe rwlock_rdunlock(void *); 24 probe rwlock_tryrdlock(void *, int); 25 probe rwlock_tryupgrade(void *, int) [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| dtrace-probe.d | 19 probe progress__counter (char *, int); 20 probe two__locations ();
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| dtrace-probe.d | 19 probe progress__counter (char *, int); 20 probe two__locations ();
|
| /src/external/mpl/bind/dist/lib/ns/ |
| probes.d | 15 probe rrl_drop(const char *, const char *, const char *, int);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| amd64-stap-optional-prefix.S | 26 STAP_PROBE1(probe, foo, (%rsp)) 27 STAP_PROBE1(probe, bar, -8(%rbp)) 28 STAP_PROBE1(probe, foo_prefix, 8@(%rsp)) 29 STAP_PROBE1(probe, bar_prefix, 8@-8(%rbp)) 31 STAP_PROBE1(probe, uint8_probe, 1@$8) 32 STAP_PROBE1(probe, int8_probe, -1@$-8) 33 STAP_PROBE1(probe, uint16_probe, 2@$16) 34 STAP_PROBE1(probe, int16_probe, -2@$-16) 35 STAP_PROBE1(probe, uint32_probe, 4@$32) 36 STAP_PROBE1(probe, int32_probe, -4@$-32 [all...] |
| amd64-stap-expressions.S | 24 /* We use a nop here because we don't want the first probe to 29 STAP_PROBE1(probe, log_neg, 8@!($0+$1)) 30 STAP_PROBE1(probe, minus, -8@-($3+$4)) 31 STAP_PROBE1(probe, bit_neg, -8@~$22) 34 STAP_PROBE1(probe, plus1, 8@$3+($10-$8)-$1) 35 STAP_PROBE1(probe, plus2, 8@$100-( ($8+$10) -$50)+$3) 36 STAP_PROBE1(probe, plus3, 8@$100-(($8+$10)-$50)+((($8 - $9) + $40) - $4)+$4) 39 STAP_PROBE1(probe, and, 8@$128&$128) 40 STAP_PROBE1(probe, or, 8@$8|$4)
|
| amd64-stap-wrong-subexp.S | 24 STAP_PROBE1(probe, foo, -4@$-3($4+$3)) 25 STAP_PROBE2(probe, bar, -4@-($4), -4@$-3+($22/$2)-$16)
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ |
| amd64-stap-optional-prefix.S | 26 STAP_PROBE1(probe, foo, (%rsp)) 27 STAP_PROBE1(probe, bar, -8(%rbp)) 28 STAP_PROBE1(probe, foo_prefix, 8@(%rsp)) 29 STAP_PROBE1(probe, bar_prefix, 8@-8(%rbp)) 31 STAP_PROBE1(probe, uint8_probe, 1@$8) 32 STAP_PROBE1(probe, int8_probe, -1@$-8) 33 STAP_PROBE1(probe, uint16_probe, 2@$16) 34 STAP_PROBE1(probe, int16_probe, -2@$-16) 35 STAP_PROBE1(probe, uint32_probe, 4@$32) 36 STAP_PROBE1(probe, int32_probe, -4@$-32 [all...] |
| amd64-stap-expressions.S | 24 /* We use a nop here because we don't want the first probe to 29 STAP_PROBE1(probe, log_neg, 8@!($0+$1)) 30 STAP_PROBE1(probe, minus, -8@-($3+$4)) 31 STAP_PROBE1(probe, bit_neg, -8@~$22) 34 STAP_PROBE1(probe, plus1, 8@$3+($10-$8)-$1) 35 STAP_PROBE1(probe, plus2, 8@$100-( ($8+$10) -$50)+$3) 36 STAP_PROBE1(probe, plus3, 8@$100-(($8+$10)-$50)+((($8 - $9) + $40) - $4)+$4) 39 STAP_PROBE1(probe, and, 8@$128&$128) 40 STAP_PROBE1(probe, or, 8@$8|$4)
|
| amd64-stap-wrong-subexp.S | 24 STAP_PROBE1(probe, foo, -4@$-3($4+$3)) 25 STAP_PROBE2(probe, bar, -4@-($4), -4@$-3+($22/$2)-$16)
|
| /src/external/cddl/osnet/dist/lib/libzpool/common/ |
| zfs.d | 21 probe probe0(char *probename); 22 probe probe1(char *probename, unsigned long arg1); 23 probe probe2(char *probename, unsigned long arg1, unsigned long arg2); 24 probe probe3(char *probename, unsigned long arg1, unsigned long arg2, 26 probe probe4(char *probename, unsigned long arg1, unsigned long arg2, 29 probe set__error(int err);
|
| /src/external/cddl/osnet/dev/lockstat/ |
| lockstat.c | 72 lockstat_probe_t *probe = parg; local 74 ASSERT(!lockstat_probemap[LS_COMPRESS(probe->lsp_probe)]); 81 atomic_store_relaxed(&lockstat_probemap[LS_COMPRESS(probe->lsp_probe)], 91 lockstat_probe_t *probe = parg; local 93 ASSERT(lockstat_probemap[LS_COMPRESS(probe->lsp_probe)]); 95 atomic_store_relaxed(&lockstat_probemap[LS_COMPRESS(probe->lsp_probe)], 103 * Wait for all lockstat dtrace probe on all CPUs to 117 lockstat_probe_t *probe = &lockstat_probes[i]; local 120 __UNCONST(probe->lsp_func), __UNCONST(probe->lsp_name) 135 lockstat_probe_t *probe = parg; local [all...] |
| /src/external/cddl/osnet/dev/sdt/ |
| sdt.c | 191 sdt_create_probe(struct sdt_probe *probe) 201 if (probe->version != (int)sizeof(*probe)) { 202 printf("ignoring probe %p, version %u expected %u\n", 203 probe, probe->version, (int)sizeof(*probe)); 208 if (strcmp(prov->name, probe->prov->name) == 0) 211 SDT_KASSERT(prov != NULL, ("probe defined without a provider")); 214 if (*probe->mod == 0) 269 struct sdt_probe *probe = parg; local 287 struct sdt_probe *probe = parg; local 306 struct sdt_probe *probe = parg; local 347 struct sdt_probe **probe, **p_begin, **p_end; local 492 struct sdt_probe * const *probe; local 552 struct sdt_probe * const *probe; local [all...] |
| /src/external/bsd/ipf/dist/l4check/ |
| l4check.conf | 12 # If no probe string is specified, a successful connection implies the 15 probe string GET /\n\n 16 #probe file http.check
|
| /src/external/gpl3/gdb/dist/gdb/ |
| probe.h | 1 /* Generic SDT probe support for GDB. 43 These methods do not go into the 'class probe' because they do not 44 act on a single probe; instead, they are used to operate on many 45 probes at once, or to provide information about the probe backend 46 itself, instead of a single probe. 48 Each probe backend needs to inherit this class and implement all of 51 ALL_STATIC_PROBE_OPS vector so that the frontend probe interface 52 can use it in the generic probe functions. */ 58 for a probe breakpoint. It should return true if it is, or false 61 example, if the option is `-probe', and the LINESPECP is `-prob 114 class probe class 118 probe (std::string &&name_, std::string &&provider_, CORE_ADDR address_, function in class:probe [all...] |
| probe.c | 1 /* Generic static probe support for GDB. 20 #include "probe.h" 40 /* Class that implements the static probe methods for "any" probe. */ 45 /* See probe.h. */ 48 /* See probe.h. */ 49 void get_probes (std::vector<std::unique_ptr<probe>> *probesp, 52 /* See probe.h. */ 55 /* See probe.h. */ 60 /* Static operations associated with a generic probe. * 790 struct bound_probe probe; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| probe.h | 1 /* Generic SDT probe support for GDB. 43 These methods do not go into the 'class probe' because they do not 44 act on a single probe; instead, they are used to operate on many 45 probes at once, or to provide information about the probe backend 46 itself, instead of a single probe. 48 Each probe backend needs to inherit this class and implement all of 51 ALL_STATIC_PROBE_OPS vector so that the frontend probe interface 52 can use it in the generic probe functions. */ 58 for a probe breakpoint. It should return true if it is, or false 61 example, if the option is `-probe', and the LINESPECP is `-prob 114 class probe class 118 probe (std::string &&name_, std::string &&provider_, CORE_ADDR address_, function in class:probe [all...] |
| probe.c | 1 /* Generic static probe support for GDB. 20 #include "probe.h" 40 /* Class that implements the static probe methods for "any" probe. */ 45 /* See probe.h. */ 48 /* See probe.h. */ 49 void get_probes (std::vector<std::unique_ptr<probe>> *probesp, 52 /* See probe.h. */ 55 /* See probe.h. */ 60 /* Static operations associated with a generic probe. * 790 struct bound_probe probe; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/ |
| stap-trace.exp | 82 proc gdb_collect_probe_arg { msg probe val_arg0 } { 87 gdb_test "trace $probe" \ 95 run_trace_experiment $msg $probe 99 "collect $msg: collected probe arg0" 102 if {![compile_stap_bin "stap-probe-nosem"]} { 119 gdb_collect_probe_arg "probe args without semaphore" "-probe-stap user" "23" 122 if {![compile_stap_bin "stap-probe-sem" "-DUSE_PROBES"]} { 127 gdb_collect_probe_arg "probe args with semaphore" "-probe-stap two" "46 [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/ |
| stap-trace.exp | 82 proc gdb_collect_probe_arg { msg probe val_arg0 } { 87 gdb_test "trace $probe" \ 95 run_trace_experiment $msg $probe 99 "collect $msg: collected probe arg0" 102 if {![compile_stap_bin "stap-probe-nosem"]} { 119 gdb_collect_probe_arg "probe args without semaphore" "-probe-stap user" "23" 122 if {![compile_stap_bin "stap-probe-sem" "-DUSE_PROBES"]} { 127 gdb_collect_probe_arg "probe args with semaphore" "-probe-stap two" "46 [all...] |
| /src/sys/kern/ |
| kern_sdt.c | 84 * Hook for the DTrace probe function. The 'sdt' provider will set this 90 * This is a stub for probe calls in case kernel DTrace support isn't 99 struct sdt_probe * const * probe; local 106 __link_set_foreach(probe, sdt_probes_set) 107 printf("%s ", (*probe)->name); 115 * initialize the SDT dtrace probe function 125 * Disable the SDT dtrace probe function
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| libgcov-driver-system.c | 273 const char *probe = fname; local 277 if (IS_DIR_SEPARATOR (*probe)) 278 probe++; 282 for (level = gf->strip; *probe && level; probe++) 283 if (IS_DIR_SEPARATOR (*probe)) 285 fname = probe;
|
| /src/external/cddl/osnet/dist/uts/common/dtrace/ |
| fasttrap.c | 119 * of tracepoints to enable. If a probe is activated, it adds its ID to 182 * Each time a probe is created, fasttrap_total is incremented by the number 183 * of tracepoints that may be associated with that probe; fasttrap_total is capped 771 fasttrap_tracepoint_enable(proc_t *p, fasttrap_probe_t *probe, uint_t index) 779 ASSERT(index < probe->ftp_ntps); 781 pid = probe->ftp_pid; 782 pc = probe->ftp_tps[index].fit_tp->ftt_pc; 783 id = &probe->ftp_tps[index].fit_id; 785 ASSERT(probe->ftp_tps[index].fit_tp->ftt_pid == pid); 793 * on the generation in which this probe was last modified 1180 fasttrap_probe_t *probe = parg; local 1314 fasttrap_probe_t *probe = parg; local 1386 fasttrap_probe_t *probe = parg; local 1426 fasttrap_probe_t *probe = parg; local 2281 fasttrap_probe_spec_t *probe; local [all...] |