Searched refs:stacks (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dj_profile.d59 #define TOP 25 /* number of stacks to output */
63 printf("Sampling %d-level stacks at %d Hertz... Hit Ctrl-C to end.\n",
70 @stacks[jstack(DEPTH)] = count();
75 trunc(@stacks, TOP);
76 printf("Top %d most frequently sampled stacks,\n", TOP);
77 printa(@stacks);
H A Dpy_profile.d60 #define TOP 25 /* number of stacks to output */
64 printf("Sampling %d-level stacks at %d Hertz... Hit Ctrl-C to end.\n",
71 @stacks[jstack(DEPTH)] = count();
76 trunc(@stacks, TOP);
77 printf("Top %d most frequently sampled stacks,\n", TOP);
78 printa(@stacks);
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Java/
H A Dj_profile.d59 #define TOP 25 /* number of stacks to output */
63 printf("Sampling %d-level stacks at %d Hertz... Hit Ctrl-C to end.\n",
70 @stacks[jstack(DEPTH)] = count();
75 trunc(@stacks, TOP);
76 printf("Top %d most frequently sampled stacks,\n", TOP);
77 printa(@stacks);
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Python/
H A Dpy_profile.d60 #define TOP 25 /* number of stacks to output */
64 printf("Sampling %d-level stacks at %d Hertz... Hit Ctrl-C to end.\n",
71 @stacks[jstack(DEPTH)] = count();
76 trunc(@stacks, TOP);
77 printf("Top %d most frequently sampled stacks,\n", TOP);
78 printa(@stacks);
/osnet-11/usr/src/lib/sun_fc/common/
H A DTrace.cc41 * Tracking for the stacks
43 vector<vector<Trace *> > Trace::stacks;
139 if (stacks.size() < tid+1) {
140 stacks.resize(tid+1);
145 stacks[tid].push_back(this);
158 stacks[tid].pop_back();
166 for (vector<Trace *>::size_type i = stacks[tid].size() - 1; ; i--) {
168 msg += (stacks[tid])[i]->label();
H A DTrace.h109 static std::vector<std::vector<Trace *> > stacks; member in class:Trace
/osnet-11/usr/src/lib/libmtmalloc/tests/
H A Dexhaust.c52 caddr_t stacks[512]; local
65 stacks[ncpus] = mmap(0, 1<<23, PROT_READ|PROT_WRITE,
74 thr_create(stacks[ncpus], 1<<23, be_thread, NULL, THR_BOUND,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl783 # + Added message if you clear your pre/post command stacks which was
3215 Opens a lexical filehandle and stacks it on C<@cmdfhs>; C<DB::readline> will

Completed in 41 milliseconds