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

/freebsd-current/usr.bin/gprof/
H A Dhertz.c37 * if something goes wrong, we return 0, an impossible hertz.
41 int hertz(void);
44 hertz(void) function
H A DMakefile3 SRCS= gprof.c arcs.c dfn.c elf.c lookup.c hertz.c \
H A Dgprof.h279 int hertz(void);
H A Dgprof.c267 gmonhdr.profrate = rate = hertz();
/freebsd-current/lib/libc/gmon/
H A Dgmon.c59 static int hertz(void);
139 clockinfo.profhz = hertz();
144 clockinfo.profhz = hertz();
226 * if something goes wrong, we return 0, an impossible hertz.
229 hertz(void) function
/freebsd-current/usr.bin/systat/
H A Dextern.h50 extern double hertz; /* sampling frequency for cp_time and dk_time */
H A Dmain.c61 double hertz; variable
231 hertz = clkinfo.stathz;
H A Diostat.c258 etime /= hertz;
H A Dvmstat.c404 etime /= hertz;
/freebsd-current/sys/sys/
H A Dsystm.h380 int sysbeep(int hertz, sbintime_t duration);

Completed in 83 milliseconds