/titanic_41/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/ |
H A D | man.TraceModule | 42 * /usr/sbin/dtrace -m genunix 43 * RESULT: trace of all probes with module genunix. 46 * /usr/sbin/dtrace -m vtrace:genunix 47 * RESULT: trace of probes with provider vtrace and module genunix. 50 * /usr/sbin/dtrace -m :genunix:: 54 * /usr/sbin/dtrace -m :genunix 55 * RESULT: trace of all probes with module genunix. 58 * /usr/sbin/dtrace -m genunix:: 66 * /usr/sbin/dtrace -m genunix -m unix 67 * RESULT: tracing of both genunix and unix probes. [all …]
|
H A D | man.ListProbesWithModules | 43 * /usr/sbin/dtrace -lm genunix 44 * RESULT: matching list of probes with module name genunix. 47 * /usr/sbin/dtrace -lm vtrace:genunix 49 * genunix. 52 * /usr/sbin/dtrace -lm :genunix:: 60 * /usr/sbin/dtrace -lm genunix -lm unix 61 * RESULT: matching list of both genunix and unix probes. 64 * /usr/sbin/dtrace -lm genunix -lm foounix 65 * RESULT: List of only genunix probes. 76 * /usr/sbin/dtrace -lm fbt:genunix'{printf("FOUND");}' [all …]
|
H A D | man.ListProbesWithNames | 43 * /usr/sbin/dtrace -ln genunix 59 * /usr/sbin/dtrace -ln genunix:read 63 * /usr/sbin/dtrace -ln genunix:read: 64 * RESULT: matching list of probes with module genunix and 68 * /usr/sbin/dtrace -ln sysinfo:genunix:read 72 * /usr/sbin/dtrace -ln sysinfo:genunix:read: 74 * genunix and function read. 76 * 10) /usr/sbin/dtrace -ln :genunix:: 77 * RESULT: matching list of probes with module genunix 80 * /usr/sbin/dtrace -ln :genunix:
|
H A D | man.TraceNames | 42 * /usr/sbin/dtrace -n genunix 58 * /usr/sbin/dtrace -n genunix:read 62 * /usr/sbin/dtrace -n genunix:read: 63 * RESULT: trace of probes with module genunix and function read. 66 * /usr/sbin/dtrace -n sysinfo:genunix:read 70 * /usr/sbin/dtrace -n sysinfo:genunix:read: 71 * RESULT: tracing of probes with provider sysinfo, module genunix 75 * /usr/sbin/dtrace -n :genunix:: 76 * RESULT: tracing of probes with module genunix 79 * /usr/sbin/dtrace -n :genunix:
|
H A D | man.ListProbesWithFunctions | 43 * /usr/sbin/dtrace -lf genunix 51 * /usr/sbin/dtrace -lf genunix:read 52 * RESULT: matching list of probes with module genunix and 56 * /usr/sbin/dtrace -lf sysinfo:genunix:read 58 * genunix and function read. 61 * /usr/sbin/dtrace -lf :genunix::
|
H A D | man.TraceFunctions | 42 * /usr/sbin/dtrace -f genunix 62 * /usr/sbin/dtrace -f genunix:read 63 * RESULT: tracing of probes with module genunix and function read. 66 * /usr/sbin/dtrace -f sysinfo:genunix:read 67 * RESULT: tracing of probes with provider sysinfo, module genunix 75 * /usr/sbin/dtrace -f :genunix::
|
H A D | tst.InvalidTraceFunc2.d.ksh | 46 $dtrace -f genunix
|
H A D | tst.InvalidTraceFunc5.d.ksh | 46 $dtrace -f :genunix::
|
H A D | tst.InvalidTraceModule2.d.ksh | 47 $dtrace -m :genunix::
|
H A D | tst.InvalidTraceModule3.d.ksh | 47 $dtrace -m genunix::
|
H A D | tst.InvalidTraceModule7.d.ksh | 47 $dtrace -m genunix::'{printf("FOUND");}'
|
H A D | tst.InvalidTraceModule8.d.ksh | 47 $dtrace -m genunix:'{printf("FOUND");}'
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/java_api/ |
H A D | tst.ProbeDescription.ksh.out | 4 :genunix:isdigit:entry 5 fbt:genunix:isdigit:entry 6 fbt:genunix:isdigit:entry
|
H A D | tst.ProbeDescription.ksh | 41 java -cp test.jar TestProbeDescription genunix isdigit entry 42 java -cp test.jar TestProbeDescription fbt genunix isdigit entry 43 java -cp test.jar TestProbeDescription fbt:genunix:isdigit:entry
|
H A D | tst.FunctionLookup.ksh.out | 1 genunix`cv_wakeup
|
/titanic_41/usr/src/cmd/mdb/sparc/v9/genunix/ |
H A D | Makefile | 28 MODULE = genunix.so 31 include ../../../common/modules/genunix/Makefile.files 76 MODSRCS_DIR = ../../../sparc/modules/genunix
|
/titanic_41/usr/src/cmd/mdb/intel/ia32/genunix/ |
H A D | Makefile | 28 MODULE = genunix.so 31 include ../../../common/modules/genunix/Makefile.files 77 MODSRCS_DIR = ../../../intel/modules/genunix
|
/titanic_41/usr/src/cmd/mdb/intel/amd64/genunix/ |
H A D | Makefile | 30 MODULE = genunix.so 33 include ../../../common/modules/genunix/Makefile.files 80 MODSRCS_DIR = ../../../intel/modules/genunix
|
/titanic_41/usr/src/uts/sun4u/ |
H A D | Makefile | 148 all.prereq def.prereq install.prereq: genassym genunix unix 163 LINT_PREREQ = unix.lint genunix.lint 186 genunix: $(PRIVS_C) target
|
/titanic_41/usr/src/uts/intel/ |
H A D | Makefile | 109 all.prereq install.prereq def.prereq: genunix FRC 123 genunix: $(PRIVS_C) target
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/printf/ |
H A D | tst.sym.d.out | 1 symbol = genunix`kmem_flags
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/funcs/ |
H A D | err.D_PROTO_LEN.motoofew.d | 37 lockstat:genunix:mutex_enter:adaptive-acquire
|
H A D | err.D_PROTO_LEN.mtatoofew.d | 39 lockstat:genunix:mutex_enter:adaptive-acquire
|
H A D | err.D_PROTO_LEN.motoomany.d | 37 lockstat:genunix:mutex_enter:adaptive-acquire
|
H A D | err.D_PROTO_LEN.mtatoomany.d | 38 lockstat:genunix:mutex_enter:adaptive-acquire
|