Searched refs:counts (Results 1 - 25 of 63) sorted by relevance

123

/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Derr.D_AGG_FUNC.bad.d42 @counts["xyz"] = breakpoint();
H A Derr.D_AGG_MDIM.bad.d42 @counts[0][2] = count();
H A Derr.D_FUNC_IDENT.bad.d42 @counts[0][2] = tick-1();
H A Derr.D_FUNC_UNDEF.badaggfunc.d41 @counts["badtest"] = foo();
H A Dtst.count2.d47 @counts["tick-count"] = count();
H A Dtst.goodkey.d47 @counts[execname, pid, id, tid, arg0, vtimestamp ] = count();
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Bin/
H A Dzvmstat76 opt_time=0; interval=1; counts=1
99 interval=$1; counts=-1; shift
102 counts=$1; shift
119 inline int COUNTER = '$counts';
127 counts = COUNTER;
211 /counts == 0/
224 counts--;
H A Dhttpdstat.d58 counts = $2 ? $2 : -1;
122 counts--;
129 /counts == 0/
H A Dj_stat.d25 * The numbers are per second counts for the interval specified. The default
31 * If you see counts in "CLOAD" but not in "METHODS", then you Java
63 counts = $2 ? $2 : -1;
138 counts--;
145 /counts == 0/
H A Djs_stat.d19 * The numbers are counts for the interval specified. The default interval
53 counts = $2 ? $2 : -1;
110 counts--;
117 /counts == 0/
H A Drb_stat.d23 * The numbers are counts for the interval specified. The default interval
61 counts = $2 ? $2 : -1;
136 counts--;
143 /counts == 0/
H A Dsh_stat.d21 * The numbers are counts for the interval specified. The default interval
58 counts = $2 ? $2 : -1;
123 counts--;
130 /counts == 0/
H A Dtcl_stat.d22 * The numbers are counts for the interval specified. The default interval
58 counts = $2 ? $2 : -1;
127 counts--;
134 /counts == 0/
H A Derrinfo16 # -c # counts - aggregate style
22 # errinfo -cn ssh # examine "ssh" using counts
144 ($execname,$syscall,$errno,$counts) = split(' ',$line);
153 $execname,$syscall,$errno,$counts,$desc);
174 -c # counts - aggregate style
177 -cn ssh # examine "ssh" using counts
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Zones/
H A Dzvmstat76 opt_time=0; interval=1; counts=1
99 interval=$1; counts=-1; shift
102 counts=$1; shift
119 inline int COUNTER = '$counts';
127 counts = COUNTER;
211 /counts == 0/
224 counts--;
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
H A Derr.D_AGG_SPEC.SpeculateWithCount.d49 @counts["speculate"] = count();
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Apps/
H A Dhttpdstat.d58 counts = $2 ? $2 : -1;
122 counts--;
129 /counts == 0/
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Java/
H A Dj_stat.d25 * The numbers are per second counts for the interval specified. The default
31 * If you see counts in "CLOAD" but not in "METHODS", then you Java
63 counts = $2 ? $2 : -1;
138 counts--;
145 /counts == 0/
/freebsd-10-stable/cddl/contrib/dtracetoolkit/JavaScript/
H A Djs_stat.d19 * The numbers are counts for the interval specified. The default interval
53 counts = $2 ? $2 : -1;
110 counts--;
117 /counts == 0/
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Ruby/
H A Drb_stat.d23 * The numbers are counts for the interval specified. The default interval
61 counts = $2 ? $2 : -1;
136 counts--;
143 /counts == 0/
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Shell/
H A Dsh_stat.d21 * The numbers are counts for the interval specified. The default interval
58 counts = $2 ? $2 : -1;
123 counts--;
130 /counts == 0/
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Tcl/
H A Dtcl_stat.d22 * The numbers are counts for the interval specified. The default interval
58 counts = $2 ? $2 : -1;
127 counts--;
134 /counts == 0/
/freebsd-10-stable/sys/arm/arm/
H A Dgeneric_timer.c201 int counts, ctrl; local
206 counts = ((uint32_t)et->et_frequency * first) >> 32;
210 set_tval(counts);
354 int32_t counts, counts_per_usec; local
363 for (counts = 200; counts > 0; counts--)
382 counts = (0x80000000U / counts_per_usec) - 1;
384 counts = usec * counts_per_usec;
388 while (counts >
[all...]
/freebsd-10-stable/cddl/contrib/dtracetoolkit/
H A Derrinfo16 # -c # counts - aggregate style
22 # errinfo -cn ssh # examine "ssh" using counts
144 ($execname,$syscall,$errno,$counts) = split(' ',$line);
153 $execname,$syscall,$errno,$counts,$desc);
174 -c # counts - aggregate style
177 -cn ssh # examine "ssh" using counts
/freebsd-10-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_systimer.c283 int32_t counts; local
288 for (counts = 200; counts > 0; counts--)
295 counts = usec * (bcm_systimer_tc.tc_frequency / 1000000) + 1;
299 while (counts > 0) {
304 counts -= (int32_t)(last - first);
306 counts -= (int32_t)((0xFFFFFFFF - first) + last);

Completed in 133 milliseconds

123