| /trueos/sys/sys/ |
| HD | lockstat.h | 162 #define LOCKSTAT_RECORD4(probe, lp, arg1, arg2, arg3, arg4) do { \ argument 165 if ((id = lockstat_probemap[(probe)])) \ 170 #define LOCKSTAT_RECORD(probe, lp, arg1) \ argument 171 LOCKSTAT_RECORD4(probe, lp, arg1, 0, 0, 0) 173 #define LOCKSTAT_RECORD0(probe, lp) \ argument 174 LOCKSTAT_RECORD4(probe, lp, 0, 0, 0, 0) 176 #define LOCKSTAT_RECORD1(probe, lp, arg1) \ argument 177 LOCKSTAT_RECORD4(probe, lp, arg1, 0, 0, 0) 179 #define LOCKSTAT_RECORD2(probe, lp, arg1, arg2) \ argument 180 LOCKSTAT_RECORD4(probe, lp, arg1, arg2, 0, 0) [all …]
|
| /trueos/sys/cddl/dev/sdt/ |
| HD | sdt.c | 135 sdt_create_probe(struct sdt_probe *probe) in sdt_create_probe() argument 146 if (strcmp(prov->name, probe->prov->name) == 0) in sdt_create_probe() 152 if (*probe->mod == 0) { in sdt_create_probe() 153 len = strlcpy(mod, probe->sdtp_lf->filename, sizeof(mod)); in sdt_create_probe() 157 strlcpy(mod, probe->mod, sizeof(mod)); in sdt_create_probe() 165 strlcpy(func, probe->func, sizeof(func)); in sdt_create_probe() 167 from = probe->name; in sdt_create_probe() 182 (void)dtrace_probe_create(prov->id, mod, func, name, 1, probe); in sdt_create_probe() 198 struct sdt_probe *probe = parg; in sdt_enable() local 200 probe->id = id; in sdt_enable() [all …]
|
| /trueos/sys/cddl/dev/lockstat/ |
| HD | lockstat.c | 160 lockstat_probe_t *probe = parg; in lockstat_enable() local 162 ASSERT(!lockstat_probemap[probe->lsp_probe]); in lockstat_enable() 164 lockstat_probemap[probe->lsp_probe] = id; in lockstat_enable() 182 lockstat_probe_t *probe = parg; in lockstat_disable() local 185 ASSERT(lockstat_probemap[probe->lsp_probe]); in lockstat_disable() 187 lockstat_probemap[probe->lsp_probe] = 0; in lockstat_disable() 224 lockstat_probe_t *probe = &lockstat_probes[i]; in lockstat_provide() local 227 probe->lsp_func, probe->lsp_name) != 0) in lockstat_provide() 230 ASSERT(!probe->lsp_id); in lockstat_provide() 232 probe->lsp_id = dtrace_probe_create(lockstat_id, in lockstat_provide() [all …]
|
| /trueos/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
| HD | lockstat.c | 90 lockstat_probe_t *probe = parg; in lockstat_enable() local 92 ASSERT(!lockstat_probemap[probe->lsp_probe]); in lockstat_enable() 94 lockstat_probemap[probe->lsp_probe] = id; in lockstat_enable() 112 lockstat_probe_t *probe = parg; in lockstat_disable() local 115 ASSERT(lockstat_probemap[probe->lsp_probe]); in lockstat_disable() 117 lockstat_probemap[probe->lsp_probe] = 0; in lockstat_disable() 190 lockstat_probe_t *probe = &lockstat_probes[i]; in lockstat_provide() local 193 probe->lsp_func, probe->lsp_name) != 0) in lockstat_provide() 196 ASSERT(!probe->lsp_id); in lockstat_provide() 197 probe->lsp_id = dtrace_probe_create(lockstat_id, in lockstat_provide() [all …]
|
| HD | fasttrap.c | 749 fasttrap_tracepoint_enable(proc_t *p, fasttrap_probe_t *probe, uint_t index) in fasttrap_tracepoint_enable() argument 757 ASSERT(index < probe->ftp_ntps); in fasttrap_tracepoint_enable() 759 pid = probe->ftp_pid; in fasttrap_tracepoint_enable() 760 pc = probe->ftp_tps[index].fit_tp->ftt_pc; in fasttrap_tracepoint_enable() 761 id = &probe->ftp_tps[index].fit_id; in fasttrap_tracepoint_enable() 763 ASSERT(probe->ftp_tps[index].fit_tp->ftt_pid == pid); in fasttrap_tracepoint_enable() 773 fasttrap_mod_barrier(probe->ftp_gen); in fasttrap_tracepoint_enable() 886 new_tp = probe->ftp_tps[index].fit_tp; in fasttrap_tracepoint_enable() 890 ASSERT(new_tp->ftt_proc == probe->ftp_prov->ftp_proc); in fasttrap_tracepoint_enable() 926 fasttrap_tracepoint_disable(proc_t *p, fasttrap_probe_t *probe, uint_t index) in fasttrap_tracepoint_disable() argument [all …]
|
| HD | dtrace.c | 395 #define DTRACE_HASHSTR(hash, probe) \ argument 396 dtrace_hash_str(*((char **)((uintptr_t)(probe) + (hash)->dth_stroffs))) 398 #define DTRACE_HASHNEXT(hash, probe) \ argument 399 (dtrace_probe_t **)((uintptr_t)(probe) + (hash)->dth_nextoffs) 401 #define DTRACE_HASHPREV(hash, probe) \ argument 402 (dtrace_probe_t **)((uintptr_t)(probe) + (hash)->dth_prevoffs) 542 #define DTRACE_ANCHORED(probe) ((probe)->dtpr_func[0] != '\0') argument 1461 dtrace_probe_t *probe = ecb->dte_probe; in dtrace_priv_probe() local 1462 dtrace_provider_t *prov = probe->dtpr_provider; in dtrace_priv_probe() 1471 probe->dtpr_id, probe->dtpr_arg); in dtrace_priv_probe() [all …]
|
| /trueos/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/ |
| HD | tst.entryreturn.ksh | 53 * Unfortunately, a "return" probe is not currently possible due to 62 probe entry(); 63 probe __entry(); 64 probe foo__entry(); 65 probe carpentry(); 66 probe miniatureturn(); 67 probe foo__return(); 68 probe __return(); 69 probe done();
|
| HD | tst.linkpriv.ksh | 56 probe zero(); 57 probe one(uintptr_t); 58 probe two(uintptr_t, uintptr_t); 59 probe three(uintptr_t, uintptr_t, uintptr_t); 60 probe four(uintptr_t, uintptr_t, uintptr_t, uintptr_t); 61 probe five(uintptr_t, uintptr_t, uintptr_t, uintptr_t, uintptr_t);
|
| HD | tst.linkunpriv.ksh | 58 probe zero(); 59 probe one(uintptr_t); 60 probe two(uintptr_t, uintptr_t); 61 probe three(uintptr_t, uintptr_t, uintptr_t); 62 probe four(uintptr_t, uintptr_t, uintptr_t, uintptr_t); 63 probe five(uintptr_t, uintptr_t, uintptr_t, uintptr_t, uintptr_t);
|
| HD | tst.header.ksh | 41 probe zero(); 42 probe one(uintptr_t); 43 probe u_nder(char *); 44 probe d__ash(int **);
|
| /trueos/cddl/contrib/dtracetoolkit/Tcl/ |
| HD | Readme | 22 probe proc-entry(procname, argc, argv); 23 probe proc-return(procname, retcode); 24 probe proc-result(procname, retcode, retval, retobj); 25 probe proc-args(procname, args, ...); 26 probe cmd-entry(cmdname, argc, argv); 27 probe cmd-return(cmdname, retval); 28 probe cmd-args(procname, args, ...); 29 probe inst-start(instname, depth, stackobj); 30 probe inst-done(instname, depth, stackobj); 31 probe obj-create(object); [all …]
|
| /trueos/cddl/contrib/dtracetoolkit/Shell/ |
| HD | Readme | 23 probe function-entry(file, function, lineno); 24 probe function-return(file, function, rval); 25 probe builtin-entry(file, function, lineno); 26 probe builtin-return(file, function, rval); 27 probe command-entry(file, function, lineno); 28 probe command-return(file, function, rval); 29 probe script-start(file); 30 probe script-done(file, rval); 31 probe subshell-entry(file, childpid); 32 probe subshell-return(file, rval); [all …]
|
| /trueos/cddl/contrib/dtracetoolkit/Ruby/ |
| HD | Readme | 20 probe function-entry(class, method, file, lineno); 21 probe function-return(class, method, file, lineno); 22 probe raise(errinfo, file, lineno); 23 probe rescue(file, lineno); 24 probe line(file, lineno); 25 probe gc-begin(); 26 probe gc-end(); 27 probe object-create-start(object, file, lineno); 28 probe object-create-done(object, file, lineno); 29 probe object-free(object);
|
| /trueos/sys/netinet/ |
| HD | in_kdtrace.h | 31 #define IP_PROBE(probe, arg0, arg1, arg2, arg3, arg4, arg5) \ argument 32 SDT_PROBE6(ip, , , probe, arg0, arg1, arg2, arg3, arg4, arg5) 33 #define UDP_PROBE(probe, arg0, arg1, arg2, arg3, arg4) \ argument 34 SDT_PROBE5(udp, , , probe, arg0, arg1, arg2, arg3, arg4) 35 #define TCP_PROBE5(probe, arg0, arg1, arg2, arg3, arg4) \ argument 36 SDT_PROBE5(tcp, , , probe, arg0, arg1, arg2, arg3, arg4) 37 #define TCP_PROBE6(probe, arg0, arg1, arg2, arg3, arg4, arg5) \ argument 38 SDT_PROBE6(tcp, , , probe, arg0, arg1, arg2, arg3, arg4, arg5)
|
| /trueos/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/ |
| HD | tst.ProbeData.ksh.out | 1 [probe 1 pid$target:tst.ProbeData.exe:fN:entry [ 6 [probe 1 pid$target:tst.ProbeData.exe:fN:entry [ 11 [probe 2 pid$target:tst.ProbeData.exe:fN2:entry [ 16 [probe 1 pid$target:tst.ProbeData.exe:fN:entry [ 21 [probe 2 pid$target:tst.ProbeData.exe:fN2:entry [ 26 [probe 1 pid$target:tst.ProbeData.exe:fN:entry [ 31 [probe 1 pid$target:tst.ProbeData.exe:fN:entry [ 36 [probe 1 pid$target:tst.ProbeData.exe:fN:entry [ 41 [probe 1 pid$target:tst.ProbeData.exe:fN:entry [ 46 [probe 1 pid$target:tst.ProbeData.exe:fN:entry [
|
| /trueos/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json/ |
| HD | usdt.d | 21 probe log__trace(char *msg); 22 probe log__debug(char *msg); 23 probe log__info(char *msg); 24 probe log__warn(char *msg); 25 probe log__error(char *msg); 26 probe log__fatal(char *msg);
|
| /trueos/lib/libdispatch/src/ |
| HD | provider.d | 46 probe queue__push(dispatch_queue_t queue, const char *label, 49 probe queue__pop(dispatch_queue_t queue, const char *label, 59 probe callout__entry(dispatch_queue_t queue, const char *label, 61 probe callout__return(dispatch_queue_t queue, const char *label, 75 probe timer__configure(dispatch_source_t source, 77 probe timer__program(dispatch_source_t source, dispatch_function_t handler, 93 probe timer__wake(dispatch_source_t source, dispatch_function_t handler); 94 probe timer__fire(dispatch_source_t source, dispatch_function_t handler);
|
| /trueos/usr.sbin/ppp/ |
| HD | probe.c | 39 struct probe probe; variable 70 probe.select_changes_time = select_changes_time() ? 1 : 0; in probe_Init() 72 probe.select_changes_time ? "yes" : "no"); in probe_Init() 74 probe.ipv6_available = ipv6_available() ? 1 : 0; in probe_Init() 76 probe.ipv6_available ? "yes" : "no"); in probe_Init()
|
| /trueos/cddl/contrib/opensolaris/lib/libzpool/common/ |
| HD | 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);
|
| /trueos/cddl/contrib/dtracetoolkit/JavaScript/ |
| HD | Readme | 41 probe function-entry(file, class, func) 42 probe function-info(file, class, func, lineno, runfile, runlineno) 43 probe function-args(file, class, func, argc, argv, argv0, argv1, 45 probe function-rval(file, class, func, lineno, rval, rval0) 46 probe function-return(file, class, func) 47 probe object-create-start(file, class) 48 probe object-create(file, class, *object, rlineno) 49 probe object-create-done(file, class) 50 probe object-finalize(NULL, class, *object) 51 probe execute-start(file, lineno) [all …]
|
| /trueos/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/ |
| HD | man.TraceNames | 39 * RESULT: invalid probe specifier 43 * RESULT: invalid probe specifier 47 * RESULT: invalid probe specifier 51 * RESULT: trace of one probe with name BEGIN. 55 * RESULT: invalid probe specifier 59 * RESULT: invalid probe specifier 67 * RESULT: invalid probe specifier 80 * RESULT: invalid probe specifier 97 * RESULT: Count of mathching read probes and invalid probe specifier 102 * RESULT: invalid probe specifier [all …]
|
| HD | man.TraceModule | 39 * RESULT: invalid probe specifier 51 * RESULT: invalid probe specifier 59 * RESULT: invalid probe specifier 63 * RESULT: not a valid probe description. 72 * and an invalid probe specifier for foounix. 76 * RESULT: invalid probe specifier for foounix. 80 * RESULT: invalid probe description. 99 * RESULT: invalid probe specifier. 103 * RESULT: invalid probe specifier. 107 * RESULT: invalid probe specifier. [all …]
|
| HD | man.TraceFunctions | 39 * RESULT: invalid probe specifier 43 * RESULT: invalid probe specifier 51 * RESULT: invalid probe specifier 59 * RESULT: invalid probe specifier 76 * RESULT: invalid probe specifier 80 * RESULT: invalid probe specifier. 88 * RESULT: Count of matching read probes and invalid probe specifier 93 * RESULT: invalid probe specifier. 97 * RESULT: invalid probe specifier. 109 * RESULT: invalid probe specifier.
|
| HD | man.TraceProvider | 44 * RESULT: invalid probe specifier 48 * RESULT: invalid probe specifier 52 * RESULT: invalid probe specifier 61 * probe specifier for foofile and no tracing. 65 * RESULT: invalid probe specifier 74 * RESULT: invalid probe specifier 79 * RESULT: Traces of the matching profile probe with the
|
| /trueos/contrib/gperf/src/ |
| HD | hash-table.cc | 147 unsigned int probe = hash_val & (_size - 1); in insert() local 156 while (_table[probe] != NULL) in insert() 158 if (equal (_table[probe], item)) in insert() 159 return _table[probe]; in insert() 162 probe = (probe + increment) & (_size - 1); in insert() 165 _table[probe] = item; in insert()
|