summaryrefslogtreecommitdiff
path: root/tune/freq.c
Commit message (Expand)AuthorAgeFilesLines
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* Update library files license to use LGPL3+ and GPL2+.Torbjorn Granlund2014-01-271-7/+18
* Canonicalise copyright headers.Torbjorn Granlund2014-01-191-3/+3
* Spelling fixes.Torbjorn Granlund2013-12-281-2/+2
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
* Collapse copyright years.Torbjorn Granlund2013-11-281-1/+1
* Update license to version 3.tege2007-09-181-4/+2
* Update FSF's address.tege2006-02-151-2/+2
* * tune/freq.c: Add some comments about systems not covered.Kevin Ryde2004-01-161-1/+33
* * tune/freq.c (freq_sysctl_hw_model): Remove unused "i" variable.Kevin Ryde2003-12-061-1/+1
* * tune/freq.c (freq_sysctl_hw_model): Relax to just look for "%u MHz",Kevin Ryde2003-11-051-22/+15
* * tune/freq.c (freq_sysctl_hw_model): Correction to last sscanf change.Kevin Ryde2003-10-071-8/+8
* * configure.in: Check for psp_iticksperclktick in struct pst_processor.Kevin Ryde2003-10-071-4/+4
* * tune/freq.c (freq_sysctl_hw_model, freq_sunos_sysinfo,Kevin Ryde2003-10-041-12/+25
* * tune/freq.c (freq_bsd_dmesg): Demand a match of the "-MHz" part, toKevin Ryde2003-10-041-1/+5
* * tune/freq.c (freq_getsysinfo): Correction to speed_cycletime valueKevin Ryde2003-08-231-1/+1
* * tune/freq.c (freq_irix_hinv): Reinstate, for the benefit of IRIX 6.2.Kevin Ryde2003-08-151-3/+50
* * tune/freq.c (freq_attr_get_invent): New function.Kevin Ryde2003-08-131-31/+38
* * tune/freq.c (freq_pstat_getprocessor): New function.Kevin Ryde2003-05-191-2/+37
* * tune/freq.c (<sys/sysinfo.h>): Include only when needed forKevin Ryde2003-05-061-1/+6
* * tune/freq.c (freq_getsysinfo): New function.Kevin Ryde2003-05-011-4/+41
* * tune/freq.c (freq_irix_hinv): Allow "Processor 0" line from IRIX 6.5.Kevin Ryde2003-03-251-4/+7
* * tune/freq.c: Add <string.h> for memcmp.Kevin Ryde2002-12-171-0/+1
* Remove a spurious ";".Kevin Ryde2002-09-281-1/+1
* * tune/time.c, tune/freq.c, tune/speed.h: Add powerpc mftb support.Kevin Ryde2002-06-031-76/+30
* * tune/freq.c (freq_proc_cpuinfo): Recognise powerpc "clock", whereKevin Ryde2002-03-191-1/+11
* More of:Kevin Ryde2002-02-271-4/+6
* * tune/freq.c: Reduce the period measured for cycles versusKevin Ryde2002-02-241-42/+126
* Expunge this, was right already:Kevin Ryde2001-12-291-2/+5
* (speed_cycletime_need_cycles): Correction to failure condition.Kevin Ryde2001-12-271-1/+1
* * tune/freq.c: Split sysctl and sysctlbyname probes into separateKevin Ryde2001-12-271-201/+196
* * tune/freq.c (speed_cpu_frequency_irix_hinv): New function.Kevin Ryde2001-12-211-1/+46
* * tune/freq.c (speed_cpu_frequency_bsd_dmesg): New function.Kevin Ryde2001-09-231-0/+49
* * tune/freq.c: Define a HAVE for each speed_cpu_frequency routine toKevin Ryde2001-09-041-13/+59
* * tune/freq.c (speed_cpu_frequency_sysctl): Avoid having unusedKevin Ryde2001-04-171-47/+58
* (speed_cpu_frequency_sysctlbyname): Remove hw.model test which is inKevin Ryde2001-04-141-62/+35
* * tune/freq.c (speed_cpu_frequency_processor_info): RequireKevin Ryde2001-04-141-4/+10
* * tune/freq.c (speed_cpu_frequency_proc_cpuinfo): Ignore "cycleKevin Ryde2001-01-301-3/+9
* Add a copyright year.Kevin Ryde2001-01-181-1/+1
* * tune/freq.c (speed_cpu_frequency_measure): Check cycles_works_pKevin Ryde2001-01-141-0/+2
* Restore unintentionally commented-out linux kernel cpu freq test.Kevin Ryde2000-11-131-2/+2
* Fix a typo in:Kevin Ryde2000-11-131-1/+1
* * tune/freq.c (speed_cpu_frequency_measure_one): Better timeval diff.Kevin Ryde2000-11-121-1/+1
* Correction to new conditionals on sysctl for:Kevin Ryde2000-10-271-1/+1
* * tune/freq.c (speed_cpu_frequency_measure): New test comparingKevin Ryde2000-10-261-6/+100
* * tune/freq.c (speed_cpu_frequency_sysctl): New test, supportingKevin Ryde2000-10-251-8/+77
* * tune/freq.c (speed_cpu_frequency_sysctlbyname): SupportKevin Ryde2000-10-251-12/+49
* Explicitly #include config.h before other include files.tege2000-10-241-0/+1
* Fix a typo in the sysctlbyname code.Kevin Ryde2000-10-211-1/+1
* * tune/freq.c: New file, split from time.c.Kevin Ryde2000-10-201-0/+321