HomeSort by relevance Sort by last modified time
    Searched refs:hz (Results 1 - 25 of 230) sorted by null

1 2 3 4 5 6 7 8 910

  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/profile-n/
tst.profilehz.d 32 * Simple profile-hz test.
41 profile-100hz
43 printf("This test is a simple profile-hz provider test");
tst.func.ksh 31 profile-1234hz
tst.mod.ksh 31 profile-1234hz
tst.sym.ksh 31 profile-1234hz
tst.ufunc.ksh 31 profile-1234hz
tst.umod.ksh 31 profile-1234hz
tst.usym.ksh 31 profile-1234hz
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/buffering/
tst.alignring.d 42 profile:::profile-1009hz
47 profile:::profile-1237hz
61 profile:::profile-1789hz
71 profile-1543hz
74 profile-1361hz
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/safety/
tst.errno.d 40 profile-4999hz
tst.execname.d 40 profile-4999hz
tst.gid.d 40 profile-4999hz
tst.pid.d 40 profile-4999hz
tst.ppid.d 40 profile-4999hz
tst.ucaller.d 40 profile-4999hz
tst.uid.d 40 profile-4999hz
tst.zonename.d 40 profile-4999hz
tst.progenyof.d 48 profile-4999hz
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/sched/
tst.stackdepth.d 29 #pragma D option switchrate=100hz
tst.enqueue.d 29 #pragma D option switchrate=100hz
tst.oncpu.d 29 #pragma D option switchrate=100hz
  /onnv/onnv-gate/usr/src/uts/common/syscall/
alarm.c 82 ret = (del + hz - 1) / hz; /* convert to seconds */
86 * LONG_MAX / hz. Anything larger gets truncated
91 if (delta > (LONG_MAX / hz) || delta < 0)
92 delta = LONG_MAX / hz;
95 p->p_alarmid = realtime_timeout(sigalarm2proc, p, delta * hz);
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
waitpid.c 160 clock_t hz; local
173 hz = CLK_TCK;
174 rp->ru_utime.tv_sec = diffu / hz;
175 rp->ru_utime.tv_usec = (diffu % hz) * (1000000 / hz);
176 rp->ru_stime.tv_sec = diffs / hz;
177 rp->ru_stime.tv_usec = (diffs % hz) * (1000000 / hz);
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/speculation/
err.D_DREC_COMM.DataRecAftCommit.d 38 #pragma D option cleanrate=2000hz
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/printa/
tst.largeusersym.ksh 62 profile:::profile-1001hz
  /onnv/onnv-gate/usr/src/cmd/sgs/gprof/common/
printgprof.c 39 extern long hz;
148 100.0/totime, totime / hz);
182 100 * np->time / totime, actime / hz, np->time / hz);
186 1000 * np->time / hz / np->ncall,
187 1000 * (np->time + np->childtime) / hz / np->ncall);
218 100.0/printtime, printtime / hz);
230 if (hz != 1) {
232 (double)1.0 / hz);
255 np->propself / hz, np->propchild / hz)
    [all...]

Completed in 360 milliseconds

1 2 3 4 5 6 7 8 910