Searched hist:31395 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/amd64/amd64/
H A Dprof_machdep.cdiff 31395 Mon Nov 24 16:16:23 MST 1997 bde Added a sysctl (machdep.cputime_clock) to select the clock used by
"high resolution" profiling. The available clocks are:
- the i8254 clock
- on non-SMP i586's and i686's: the TSC
- on systems with I586_PMC_GUPROF configured, and PERFMON configured
and available: all the performance counters.
This is unfinshed (there are problems with locking out the PERFMON
device driver, and with losing calibration after switching the clock),
but better than static configuration or writing to kmem.

Changed ifdefs to avoid generating code for non-working option
combinations.
/freebsd-10.0-release/sys/i386/isa/
H A Dprof_machdep.cdiff 31395 Mon Nov 24 16:16:23 MST 1997 bde Added a sysctl (machdep.cputime_clock) to select the clock used by
"high resolution" profiling. The available clocks are:
- the i8254 clock
- on non-SMP i586's and i686's: the TSC
- on systems with I586_PMC_GUPROF configured, and PERFMON configured
and available: all the performance counters.
This is unfinshed (there are problems with locking out the PERFMON
device driver, and with losing calibration after switching the clock),
but better than static configuration or writing to kmem.

Changed ifdefs to avoid generating code for non-working option
combinations.

Completed in 318 milliseconds