Searched refs:trace (Results 1 - 25 of 66) sorted by relevance

123

/osnet-11/usr/src/lib/libdtrace_jni/java/docs/examples/
H A Dhello.d31 trace("hello, world");
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dnewproc.d10 proc:::exec-success { trace(curpsinfo->pr_psargs); }
H A Dwoof.d43 SCREEN_OUTPUT ? trace("Beware of the dog!\n") : 1;
56 SCREEN_OUTPUT ? trace("Woof! ") : 1;
H A Ddtruss70 command=""; opt_buf=0; buf="4m"; opt_trace=0; trace="."; opt_stack=0
79 t) opt_trace=1; trace=$OPTARG ;;
139 if [ "$trace" = "exec" ]; then trace="exece"; fi
140 if [ "$trace" = "fork" ]; then trace="forksys"; fi
141 if [ "$trace" = "time" ]; then trace="gtime"; fi
142 if [ "$trace" = "exit" ]; then trace
[all...]
H A Drfileio.d40 self int trace;
46 trace("Tracing...\n");
50 /self->trace == 0 && args[0]->v_path/
H A Dwpm.d49 trace("USAGE: wpm.d commandname\n");
50 trace(" eg,\n");
51 trace(" wpm.d bash\n");
52 trace(" wpm.d vim\n");
H A Drfsio.d40 self int trace;
46 trace("Tracing...\n");
50 /self->trace == 0/
H A Dstatsnoop26 # -t syscall # stat syscall to trace
79 opt_name=0; opt_pid=0; opt_type=0; opt_trace=0; pname=.; pid=0; trace=.
95 t) opt_trace=1; trace=$OPTARG ;;
116 -t syscall # stat syscall to trace
160 inline string TRACE = "'$trace'";
201 /* default is to trace unless filtering */
H A Dstacksize.d43 trace("Sampling... Hit Ctrl-C to end\n");
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Proc/
H A Dnewproc.d10 proc:::exec-success { trace(curpsinfo->pr_psargs); }
/osnet-11/usr/src/lib/libast/common/misc/
H A Dsystrace.c25 * trace systems calls if possible
43 static char* trace[] = { "trace", "truss", "strace", "traces" }; local
48 id = (const char*)trace[0];
50 out += sfsprintf(out, sizeof(buf), "%s/.%s/%s", s, trace[0], id);
53 av[1] = trace[0];
62 for (n = 0; n < elementsof(trace); n++)
63 if (!procfree(procopen(trace[n], av + 1, NiL, ov, PROC_ARGMOD|PROC_GID|PROC_UID|(n == (elementsof(trace) - 1) ? PROC_CLEANUP : 0))))
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Misc/
H A Dwoof.d43 SCREEN_OUTPUT ? trace("Beware of the dog!\n") : 1;
56 SCREEN_OUTPUT ? trace("Woof! ") : 1;
H A Dwpm.d49 trace("USAGE: wpm.d commandname\n");
50 trace(" eg,\n");
51 trace(" wpm.d bash\n");
52 trace(" wpm.d vim\n");
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/
H A Ddtruss70 command=""; opt_buf=0; buf="4m"; opt_trace=0; trace="."; opt_stack=0
79 t) opt_trace=1; trace=$OPTARG ;;
139 if [ "$trace" = "exec" ]; then trace="exece"; fi
140 if [ "$trace" = "fork" ]; then trace="forksys"; fi
141 if [ "$trace" = "time" ]; then trace="gtime"; fi
142 if [ "$trace" = "exit" ]; then trace
[all...]
H A Dstatsnoop26 # -t syscall # stat syscall to trace
79 opt_name=0; opt_pid=0; opt_type=0; opt_trace=0; pname=.; pid=0; trace=.
95 t) opt_trace=1; trace=$OPTARG ;;
116 -t syscall # stat syscall to trace
160 inline string TRACE = "'$trace'";
201 /* default is to trace unless filtering */
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/FS/
H A Drfileio.d40 self int trace;
46 trace("Tracing...\n");
50 /self->trace == 0 && args[0]->v_path/
H A Drfsio.d40 self int trace;
46 trace("Tracing...\n");
50 /self->trace == 0/
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dsigtrap.pm43 elsif ($_ eq 'stack-trace') {
132 use sigtrap qw(stack-trace old-interface-signals); # equivalent
138 stack-trace any error-signals);
141 stack-trace error-signals);
147 B<sigtrap> itself (one which provides a Perl stack trace and one which
168 =item B<stack-trace>
171 trace to STDERR and then tries to dump core. This is the default signal
247 Provide a stack trace for the old-interface-signals:
253 use sigtrap qw(stack-trace old-interface-signals);
255 Provide a stack trace o
[all...]
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Ddebug.h50 #define message(x) do if (error_info.trace < 0) { error x; } while (0)
51 #define messagef(x) do if (error_info.trace < 0) { errorf x; } while (0)
/osnet-11/usr/src/lib/libast/common/include/
H A Ddebug.h41 #define message(x) do if (error_info.trace < 0) { error x; } while (0)
42 #define messagef(x) do if (error_info.trace < 0) { errorf x; } while (0)
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Ddebug.h50 #define message(x) do if (error_info.trace < 0) { error x; } while (0)
51 #define messagef(x) do if (error_info.trace < 0) { errorf x; } while (0)
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Ddebug.h50 #define message(x) do if (error_info.trace < 0) { error x; } while (0)
51 #define messagef(x) do if (error_info.trace < 0) { errorf x; } while (0)
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Ddebug.h50 #define message(x) do if (error_info.trace < 0) { error x; } while (0)
51 #define messagef(x) do if (error_info.trace < 0) { errorf x; } while (0)
/osnet-11/usr/src/lib/librstp/common/
H A Dstp_vectors.h78 void (*trace)(const char *fmt, ...); member in struct:stp_vectors
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dc2ph.PL92 -t trace execution
381 $opt_t && $trace++;
434 -t trace execution
532 if ($trace) {
541 if ($trace && !($. % 10)) {
561 print STDERR "$.\n" if $trace;
566 print STDERR "resolving types\n" if $trace;
579 print STDERR "\nbuilding type templates: " if $trace;
588 print STDERR "\n\n" if $trace;
591 print STDERR "dumping structs: " if $trace;
[all...]

Completed in 78 milliseconds

123