Searched refs:hertz (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Bin/
H A Dsampleproc12 # USAGE: sampleproc [hertz] # hit Ctrl-C to end sample
48 USAGE: sampleproc [hertz]
50 sampleproc # defaults to 100 hertz
51 sampleproc 1000 # 1000 hertz
58 hertz=100
60 hertz=$1
61 if [[ "$hertz" = *[a-zA-Z]* ]]; then
62 print "ERROR2: $hertz hertz is invalid." >&2
65 if (( hertz > 500
[all...]
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Proc/
H A Dsampleproc12 # USAGE: sampleproc [hertz] # hit Ctrl-C to end sample
48 USAGE: sampleproc [hertz]
50 sampleproc # defaults to 100 hertz
51 sampleproc 1000 # 1000 hertz
58 hertz=100
60 hertz=$1
61 if [[ "$hertz" = *[a-zA-Z]* ]]; then
62 print "ERROR2: $hertz hertz is invalid." >&2
65 if (( hertz > 500
[all...]
/freebsd-10.0-release/usr.bin/gprof/
H A Dhertz.c32 static char sccsid[] = "@(#)hertz.c 8.1 (Berkeley) 6/6/93";
43 * if something goes wrong, we return 0, an impossible hertz.
47 int hertz(void);
50 hertz(void) function
H A DMakefile5 SRCS= gprof.c aout.c arcs.c dfn.c elf.c lookup.c hertz.c \
H A Dgprof.h287 int hertz(void);
H A Dgprof.c280 gmonhdr.profrate = rate = hertz();
/freebsd-10.0-release/lib/libc/gmon/
H A Dgmon.c70 static int hertz(void);
151 clockinfo.profhz = hertz();
156 clockinfo.profhz = hertz();
239 * if something goes wrong, we return 0, an impossible hertz.
242 hertz() function
/freebsd-10.0-release/usr.bin/systat/
H A Dextern.h51 extern double hertz; /* sampling frequency for cp_time and dk_time */
H A Dmain.c70 double hertz; variable
163 hertz = clkinfo.stathz;
H A Diostat.c271 etime /= hertz;
H A Dvmstat.c438 etime /= hertz;
/freebsd-10.0-release/sys/sys/
H A Dsystm.h264 int sysbeep(int hertz, int period);

Completed in 174 milliseconds