/titanic_41/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/ |
H A D | man.ListProbesWithNames | 40 * RESULT: Silent output without any probes listed. 44 * RESULT: Silent output without any probes listed. 48 * RESULT: Silent output without any probes listed. 56 * RESULT: Silent output without any probes listed. 60 * RESULT: Silent output without any probes listed. 64 * RESULT: matching list of probes with module genunix and 69 * RESULT: Silent output without any probes listed. 73 * RESULT: matching list of probes with provider sysinfo, module 77 * RESULT: matching list of probes with module genunix 81 * RESULT: Silent output without any probes listed. [all …]
|
H A D | man.ListProbesWithFunctions | 40 * RESULT: Silent output without any probes listed. 44 * RESULT: Silent output without any probes listed. 48 * RESULT: matching list of probes with function read. 52 * RESULT: matching list of probes with module genunix and 57 * RESULT: matching list of probes with provider sysinfo, module 62 * RESULT: Silent output without any probes listed. 66 * RESULT: Silent output without any probes listed. 74 * RESULT: matching list of both read and write probes. 78 * RESULT: List of only read probes. 82 * RESULT: List of only write probes. [all …]
|
H A D | man.ListProbesWithModules | 40 * RESULT: Silent output without any probes listed. 44 * RESULT: matching list of probes with module name genunix. 48 * RESULT: matching list of probes with provider vtrace and module 61 * RESULT: matching list of both genunix and unix probes. 65 * RESULT: List of only genunix probes. 69 * RESULT: List of only unix probes. 77 * RESULT: Silent output without any probes listed. 81 * RESULT: Silent output without any probes listed. 85 * RESULT: List of only unix probes.
|
H A D | man.TraceFunctions | 47 * RESULT: tracing of matching list of probes with function read. 55 * RESULT: tracing of matching list of probes with function read. 63 * RESULT: tracing of probes with module genunix and function read. 67 * RESULT: tracing of probes with provider sysinfo, module genunix 72 * RESULT: tracing of probes with provider sysinfo and function read. 84 * RESULT: tracing of both read and write probes. 88 * RESULT: Count of matching read probes and invalid probe specifier 101 * RESULT: tracing of probes with function read and with message FOUND 105 * RESULT: tracing of probes with function read and with message FOUND 113 * RESULT: tracing of probes with function read, name entry and with
|
H A D | man.TraceModule | 43 * RESULT: trace of all probes with module genunix. 47 * RESULT: trace of probes with provider vtrace and module genunix. 55 * RESULT: trace of all probes with module genunix. 67 * RESULT: tracing of both genunix and unix probes. 71 * RESULT: Number of probes matching the description genunix 84 * RESULT: tracing of all the probes matching provider fbt and module 89 * RESULT: tracing of all the probes matching module genunix with 94 * RESULT: tracing of all the probes matching module genunix with 112 * RESULT: tracing of all the probes matching module genunix,
|
H A D | man.ListProbesWithProviders | 40 * RESULT: List of only profile probes. 44 * RESULT: Silent output without any probes listed. 56 * RESULT: matching list of both profile and syscall probes. 60 * RESULT: List of only profile probes. 64 * RESULT: List of only profile probes. 72 * RESULT: Silent output without any probes listed. 76 * RESULT: List of only profile probes.
|
H A D | man.TraceNames | 63 * RESULT: trace of probes with module genunix and function read. 71 * RESULT: tracing of probes with provider sysinfo, module genunix 76 * RESULT: tracing of probes with module genunix 84 * RESULT: tracing of probes with function read. 88 * RESULT: tracing of probes with provider profile and name 93 * RESULT: tracing of both read and write probes. 97 * RESULT: Count of mathching read probes and invalid probe specifier 110 * RESULT: Trace of all the probes with module read and a message 115 * RESULT: Trace of all the probes with module read, name entry.Output
|
H A D | man.TraceProvider | 31 * Using -P option to trace all the probes provided by the particular 40 * RESULT: Trace of all profile probes. 56 * RESULT: matching traces of both profile and syscall probes. 60 * RESULT: Count of profile probes that matched and invalid 69 * RESULT: Traces of all the matching profile probes with the
|
H A D | man.ListProbesWithIDs | 40 * RESULT: List of all available probes. 52 * RESULT: List of probes including 1 and 2 or error.
|
/titanic_41/usr/src/lib/libtnfctl/ |
H A D | probes.c | 216 cur_obj->probes = malloc(num_probes * in _tnfctl_find_all_probes() 218 if (cur_obj->probes == NULL) in _tnfctl_find_all_probes() 256 probe_handle = cur_obj->probes[j].probe_handle; in _tnfctl_find_all_probes() 296 probe_p = &(obj->probes[i]); in free_obj_fields() 302 if (obj->probes) in free_obj_fields() 303 free(obj->probes); in free_obj_fields() 329 prexstat = (*func_p) (hndl, &(obj->probes[j]), in _tnfctl_probes_traverse() 388 entry_p->probes = NULL; in per_loadobj() 526 prbctl_p = &(largs2_p->la_obj->probes[index]); in read_a_probe() 635 probe_p = &(cur->probes[i]); in link_targ_obj_probes() [all …]
|
H A D | kernel_int.c | 396 assert((obj_p != NULL) && (obj_p->probes != NULL)); in _tnfctl_refresh_kernel() 411 p = &(obj_p->probes[pos]); in _tnfctl_refresh_kernel() 506 nobj_p->probes = calloc(nobj_p->probecnt, sizeof (prbctlref_t)); in alloc_probe_space() 507 if (nobj_p->probes == NULL) { in alloc_probe_space() 512 probe_p = &(nobj_p->probes[0]); in alloc_probe_space() 520 if (nobj_p->probes) in alloc_probe_space() 521 free(nobj_p->probes); in alloc_probe_space()
|
H A D | Makefile.com | 42 probes.o \
|
H A D | tnfctl_int.h | 109 prbctlref_t *probes; /* pointer to an array of probes */ member
|
H A D | probes_ext.c | 159 probe = &(obj_p->probes[pos]); in tnfctl_probe_apply_ids()
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/java_api/ |
H A D | tst.Enable.ksh.out | 1 java.lang.IllegalStateException: Not all compiled probes are enabled. Compiled description dtrace::… 4 java.lang.IllegalStateException: Not all compiled probes are enabled. Compiled description syscall:…
|
H A D | tst.StateMachine.ksh.out | 24 java.lang.IllegalStateException: Not all compiled probes are enabled. Compiled description syscall:…
|
/titanic_41/usr/src/cmd/latencytop/common/ |
H A D | latencytop.trans | 33 # D: We use dtrace probes to tag latency to different causes. The entry probe 35 # probe pops them. These probes are transformed into:
|
/titanic_41/usr/src/cmd/dtrace/test/tst/i386/pid/ |
H A D | tst.retlist.ksh | 46 echo wrong number of matched probes: $match
|
/titanic_41/usr/src/lib/libast/common/features/ |
H A D | vmalloc | 2 # This file defines probes for local features that vmalloc requires. 3 # Such probes are interpreted by the "iffe" language interpreter.
|
/titanic_41/usr/src/cmd/tnf/prex/ |
H A D | prexlex.l | 93 probes { yylval.intval = PROBES; return (PROBES); }
|
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | ip.d.in | 179 * additional arg6 from the ip:::send and ip:::recieve probes, and translate 187 * from the tcp:::send and tcp:::recieve probes to translate to an ipinfo_t.
|
H A D | tcp.d.in | 148 * from the tcp:::send and tcp:::recieve probes and translates the tcp_t *
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-dtrace-tests.mf | 94 dir path=opt/SUNWdtrt/tst/common/probes 1404 file path=opt/SUNWdtrt/tst/common/probes/err.D_PDESC_ZERO.probeqtn.d mode=0444 1405 file path=opt/SUNWdtrt/tst/common/probes/err.D_PDESC_ZERO.probestar.d \ 1407 file path=opt/SUNWdtrt/tst/common/probes/err.D_PDESC_ZERO.tickstar.d mode=0444 1408 file path=opt/SUNWdtrt/tst/common/probes/err.D_SYNTAX.assign.d mode=0444 1409 file path=opt/SUNWdtrt/tst/common/probes/err.D_SYNTAX.declare.d mode=0444 1410 file path=opt/SUNWdtrt/tst/common/probes/err.D_SYNTAX.declarein.d mode=0444 1411 file path=opt/SUNWdtrt/tst/common/probes/err.D_SYNTAX.lbraces.d mode=0444 1412 file path=opt/SUNWdtrt/tst/common/probes/err.D_SYNTAX.probespec.d mode=0444 1413 file path=opt/SUNWdtrt/tst/common/probes/err.D_SYNTAX.rbraces.d mode=0444 [all …]
|
/titanic_41/usr/src/cmd/mdb/common/modules/dtrace/ |
H A D | dtrace.c | 56 uintptr_t probes; in id2probe() local 64 if (mdb_readvar(&probes, "dtrace_probes") == -1) { in id2probe() 69 probes += (addr - 1) * sizeof (dtrace_probe_t *); in id2probe() 71 if (mdb_vread(&probe, sizeof (uintptr_t), probes) == -1) { in id2probe()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | priv_defs | 66 Allows process-level tracing probes to be placed and enabled in
|