Searched refs:frames (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dassert.pl31 my ($p,$f,$l,$s,$h,$a,@a,@frames);
47 push(@frames, "$w&$s$a from file $f line $l\n");
49 for ($i=0; $i <= $#frames; $i++) {
50 print $frames[$i];
H A Dperl5db.pl733 # + Trace printed differently if frames are printed too.
3550 # from a situation that might unwind a whole bunch of call frames
3552 # unwind the same amount when multiple stack frames are unwound.
3576 # dump_trace; this results in our skipping -1+1 = 0 stack frames
5359 =item * How many frames to skip before starting trace.
5361 =item * How many frames to print.
5440 C<skip> defines the number of stack frames to be skipped, working backwards
5441 from the most current. C<count> determines the total number of frames to
5470 # it's unlikely that we'll have more than a billion stack frames. If you
5475 # the current one. Add $skip to the count of frames s
[all...]
H A DCGI.pm7174 techniques for defining new frames programmatically:
7182 document that defines the frames on the page. Specify your script(s)
7183 (with appropriate parameters) as the SRC for each of the frames.
7215 side-by-side frames.
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DKernelStackRecord.java90 * DTrace library into an unformatted array of stack frames.
94 * @return array of human-readable stack frames
104 StackFrame[] frames;
106 frames = EMPTY_FRAMES;
110 frames = new StackFrame[n];
112 frames[i] = new StackFrame(f[i]);
115 return frames;
140 * Creates a {@code KernelStackRecord} with the given stack frames
143 * @param frames array of human-readable stack frames, copie
159 KernelStackRecord(StackFrame[] frames, byte[] rawBytes) argument
201 setStackFrames(StackFrame[] frames) argument
[all...]
H A DUserStackRecord.java92 * Creates a {@code UserStackRecord} with the given stack frames,
95 * @param frames array of human-readable stack frames, copied so
96 * that later modifying the given frames array will not affect this
99 * frames (see {@link StackValueRecord#getStackFrames()})
107 * {@code null} or if any element of the {@code frames} array is
113 UserStackRecord(int pid, StackFrame[] frames, byte[] rawBytes) argument
115 stackRecord = new KernelStackRecord(frames, rawBytes);
135 setStackFrames(StackFrame[] frames) argument
137 stackRecord.setStackFrames(frames);
[all...]
H A DProbeData.java258 StackFrame[] frames = KernelStackRecord.parse(framesString);
260 KernelStackRecord.class.cast(stack).setStackFrames(frames);
262 UserStackRecord.class.cast(stack).setStackFrames(frames);
/osnet-11/usr/src/lib/libast/common/misc/
H A Dstk.c26 * A stack consists of a link list of variable size frames
45 * A stack is a header and a linked list of frames
343 register int frames = 0; local
364 if(frames)
378 frames++;
382 if(frames)
/osnet-11/usr/src/lib/libumem/common/
H A Dumem_impl.h111 #define UMEM_BUFCTL_AUDIT_SIZE_DEPTH(frames) \
112 ((size_t)(&((umem_bufctl_audit_t *)0)->bc_stack[frames]))
119 * For ILP32, this is about 1000 frames.
120 * For LP64, this is about 490 frames.
/osnet-11/usr/src/lib/libdtrace_jni/common/
H A Ddtj_consume.c1313 jobjectArray frames = NULL; local
1329 frames = (*jenv)->CallStaticObjectMethod(jenv, g_stack_jc,
1336 dtj_attach_frames(jc, jobj, frames);
1337 (*jenv)->DeleteLocalRef(jenv, frames);
1599 jobjectArray frames)
1605 frames);
1608 frames);
1598 dtj_attach_frames(dtj_java_consumer_t *jc, jobject stack, jobjectArray frames) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DPush.pm225 This indicates the delay, in seconds, between frames. Smaller delays

Completed in 90 milliseconds