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

/freebsd-13-stable/usr.bin/gprof/
H A Dhertz.c34 static char sccsid[] = "@(#)hertz.c 8.1 (Berkeley) 6/6/93";
45 * if something goes wrong, we return 0, an impossible hertz.
49 int hertz(void);
52 hertz(void) function
H A DMakefile5 SRCS= gprof.c arcs.c dfn.c elf.c lookup.c hertz.c \
H A Dgprof.h282 int hertz(void);
H A Dgprof.c282 gmonhdr.profrate = rate = hertz();
/freebsd-13-stable/lib/libc/gmon/
H A Dgmon.c65 static int hertz(void);
145 clockinfo.profhz = hertz();
150 clockinfo.profhz = hertz();
232 * if something goes wrong, we return 0, an impossible hertz.
235 hertz(void) function
/freebsd-13-stable/usr.bin/systat/
H A Dextern.h53 extern double hertz; /* sampling frequency for cp_time and dk_time */
H A Dmain.c74 double hertz; variable
220 hertz = clkinfo.stathz;
H A Diostat.c263 etime /= hertz;
H A Dvmstat.c411 etime /= hertz;
/freebsd-13-stable/sys/sys/
H A Dsystm.h436 int sysbeep(int hertz, int period);

Completed in 74 milliseconds