Searched refs:trace (Results 26 - 50 of 66) sorted by relevance

123

/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Proc/
H A Dstacksize.d43 trace("Sampling... Hit Ctrl-C to end\n");
/osnet-11/usr/src/lib/libcmd/common/
H A Dxargs.c77 "[t:trace|verbose?Print the command line on the standard error"
199 error_info.trace = -opt_info.num;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbigrat.pm74 my ($ver,$trace); # version? trace?
96 elsif ($_[$i] =~ /^(t|trace)$/)
98 $trace = 1;
108 if ($trace)
H A Dbigint.pm109 my ($ver,$trace); # version? trace?
137 elsif ($_[$i] =~ /^(t|trace)$/)
139 $trace = 1;
146 if ($trace)
242 =item t or trace
244 This enables a trace mode and is primarily for debugging bigint or
H A Dbignum.pm72 my ($ver,$trace); # version? trace?
114 elsif ($_[$i] =~ /^(t|trace)$/)
116 $trace = 1;
123 if ($trace)
147 if ($trace)
318 =item t or trace
320 This enables a trace mode and is primarily for debugging bignum or
H A DDB.t151 local $DB::trace = 0;
153 ok( $DB::trace, 'DB::trace_toggle() should toggle $DB::trace' );
155 ok( !$DB::trace, '... should toggle $DB::trace (back)' );
H A Dperl5db.pl114 such as C<$single>, C<$trace>, and C<$frame>, have "magical" values composed
236 sub afterinit { $trace = 1; }
238 The script will run without human intervention, putting trace
359 =head4 C<$trace>
361 Controls the output of trace information.
509 We preserve the current settings of X<C<$trace>>, X<C<$single>>, and X<C<$^D>>;
514 Afterward, we restore C<$trace>, C<$single>, and C<$^D>.
542 =item C<$trace> - Current state of execution tracing (see X<$trace>)
559 =item C<$otrace> - saved value of C<$trace>
[all...]
H A DDB.pm30 $DB::trace = 0; # are we tracing through subroutine calls?
117 if ($DB::single || $DB::trace || $DB::signal) {
287 $DB::trace = !$DB::trace;
579 CLIENT->trace_toggle() # toggle subroutine call trace mode
675 =item $DB::trace
H A DCarp.pm87 detailed stack trace to be given. This can be very helpful when trying
154 # This gets appended with the stack trace messages which are generated for
173 # and cluck() generate a full stack trace so they call longmess() to
175 # you always get a stack trace
187 # whether they should generate a full stack trace (confess() and cluck())
/osnet-11/usr/src/lib/libidmap/common/
H A Didmap_priv.h195 * These are the names of the trace parameters that may be returned
198 #define IDMAP_TRACE_NAME_MAX 100 /* max length of a trace param name */
207 extern void idmap_trace_print(FILE *out, char *prefix, nvlist_t *trace);
/osnet-11/usr/src/cmd/sendmail/src/
H A DMakefile38 sysexits.o tls.o trace.o udb.o usersmtp.o util.o version.o
/osnet-11/usr/src/lib/libast/common/include/
H A Derror.h128 int indent; /* debug trace indent level */
131 int mask; /* multi level debug trace mask */
133 int trace; /* debug trace level */ member in struct:Error_info_s
143 unsigned long time; /* debug time trace */
/osnet-11/usr/src/lib/libast/common/misc/
H A Derror.c123 "trace", OPT_TRACE,
228 error_info.trace = -strtol(v, NiL, 0);
230 error_info.trace = 0;
416 if (level < error_info.trace || (flags & ERROR_LIBRARY) && !(((error_info.set | error_info.flags) ^ error_info.clear) & ERROR_LIBRARY) || level < 0 && error_info.mask && !(error_info.mask & (1<<(-level - 1))))
422 if (error_info.trace < 0)
502 if (error_info.trace < -1)
/osnet-11/usr/src/lib/librstp/common/
H A Dbase.h167 /* for debug trace messages */
174 #define stp_trace (*stp_vectors->trace)
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Derror.h137 int indent; /* debug trace indent level */
140 int mask; /* multi level debug trace mask */
142 int trace; /* debug trace level */ member in struct:Error_info_s
152 unsigned long time; /* debug time trace */
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Derror.h137 int indent; /* debug trace indent level */
140 int mask; /* multi level debug trace mask */
142 int trace; /* debug trace level */ member in struct:Error_info_s
152 unsigned long time; /* debug time trace */
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Derror.h137 int indent; /* debug trace indent level */
140 int mask; /* multi level debug trace mask */
142 int trace; /* debug trace level */ member in struct:Error_info_s
152 unsigned long time; /* debug time trace */
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Derror.h137 int indent; /* debug trace indent level */
140 int mask; /* multi level debug trace mask */
142 int trace; /* debug trace level */ member in struct:Error_info_s
152 unsigned long time; /* debug time trace */
/osnet-11/usr/src/lib/libsqlite/src/
H A DvdbeInt.h236 FILE *trace; /* Write an execution trace here, if not NULL */ member in struct:Vdbe
H A Dvdbeaux.c57 void sqliteVdbeTrace(Vdbe *p, FILE *trace){ argument
58 p->trace = trace;
634 p->trace = stdout;
/osnet-11/usr/src/lib/libast/common/comp/
H A Diconv.c445 if (error_info.trace < DEBUG_TRACE) sfprintf(sfstderr, "%s: debug-%d: AHA%d _ast_iconv_name m=\"%s\"\n", error_info.id, error_info.trace, __LINE__, m);
450 if (error_info.trace < DEBUG_TRACE) sfprintf(sfstderr, "%s: debug-%d: AHA%d _ast_iconv_name n=%d bp=%p cp=%p ccode=%d name=\"%s\"\n", error_info.id, error_info.trace, __LINE__, n, bp, cp, cp->ccode, cp->name);
509 if (error_info.trace < DEBUG_TRACE) sfprintf(sfstderr, "%s: debug-%d: AHA%d _ast_iconv_name ccode=%d canon=\"%s\"\n", error_info.id, error_info.trace, __LINE__, cp->ccode, o);
521 if (error_info.trace < DEBUG_TRACE) sfprintf(sfstderr, "%s: debug-%d: AHA%d _ast_iconv_name ccode=%d canon=\"%s\"\n", error_info.id, error_info.trace, __LINE__, CC_ICONV, o);
H A Domitted.c459 static int trace; local
482 if (!trace)
483 trace = (s = getenv("_AST_exec_trace")) ? *s : 'n';
591 if (trace == 'a' || trace == 'e')
596 if (trace == 'e')
H A Dconf.sh53 trace=
62 -t) trace=1 ;;
83 case $verbose:$debug$trace in
84 1:?*) echo "$command: debug=$debug trace=$trace keep_call=$keep_call keep_name=$keep_name" >&2 ;;
86 case $trace in
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dargs.c148 int setflag=0, action=0, trace=(int)sh_isoption(SH_XTRACE); local
314 trace = 0;
329 trace = 0;
331 if(trace)
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dmalloc.c112 ** trace=f enables tracing to file f
904 char* trace = 0; local
1009 case 't': /* trace=<path> */
1010 trace = v;
1045 if (trace && (fd = createfile(trace)) >= 0)

Completed in 124 milliseconds

123