diff options
author | Robby Workman <rw@rlworkman.net> | 2010-05-11 14:56:12 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 14:56:12 +0200 |
commit | 44cd355e08de676c5379d2db342d17001b674442 (patch) | |
tree | bc46fb702617153ff6b5aa847d32dd02ff8d3653 /libraries/cpufrequtils/README | |
parent | 19c8f0f674abe659dee397b2be68f13002fa5831 (diff) |
libraries/cpufrequtils: Initial import
Diffstat (limited to 'libraries/cpufrequtils/README')
-rw-r--r-- | libraries/cpufrequtils/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/cpufrequtils/README b/libraries/cpufrequtils/README new file mode 100644 index 0000000000000..3fa5d26a44378 --- /dev/null +++ b/libraries/cpufrequtils/README @@ -0,0 +1,9 @@ +"libcpufreq" is a library which offers a unified access method for userspace +tools and programs to the cpufreq core and drivers in the Linux kernel. This +allows for code reduction in userspace tools, a clean implementation of +the interaction to the cpufreq core, and support for both the sysfs and proc +interfaces [depending on configuration]. +"cpufreq-info" determines current cpufreq settings, and provides useful +debug information to users and bug-hunters. +"cpufreq-set" allows to set a specific frequency and/or new cpufreq policies +without having to type "/sys/devices/system/cpu/cpu0/cpufreq" all the time. |