Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

cpupower: Remove dead link to homepage, and update the targets built.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Thomas Renninger <trenn@suse.de>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Ramkumar Ramachandra and committed by
Rafael J. Wysocki
db262ea4 a504c028

+7 -10
+7 -9
tools/power/cpupower/README
··· 1 - The cpupower package (homepage: 2 - http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html ) 3 - consists of the following elements: 1 + The cpupower package consists of the following elements: 4 2 5 3 requirements 6 4 ------------ ··· 26 28 su 27 29 make install 28 30 29 - should suffice on most systems. It builds default libcpupower, 30 - cpufreq-set and cpufreq-info files and installs them in /usr/lib and 31 - /usr/bin, respectively. If you want to set up the paths differently and/or 32 - want to configure the package to your specific needs, you need to open 33 - "Makefile" with an editor of your choice and edit the block marked 34 - CONFIGURATION. 31 + should suffice on most systems. It builds libcpupower to put in 32 + /usr/lib; cpupower, cpufreq-bench_plot.sh to put in /usr/bin; and 33 + cpufreq-bench to put in /usr/sbin. If you want to set up the paths 34 + differently and/or want to configure the package to your specific 35 + needs, you need to open "Makefile" with an editor of your choice and 36 + edit the block marked CONFIGURATION. 35 37 36 38 37 39 THANKS
-1
tools/power/cpupower/ToDo
··· 3 3 - Use bitmask functions to parse CPU topology more robust 4 4 (current implementation has issues on AMD) 5 5 - Try to read out boost states and frequencies on Intel 6 - - Adjust README 7 6 - Somewhere saw the ability to read power consumption of 8 7 RAM from HW on Intel SandyBridge -> another monitor? 9 8 - Add another c1e debug idle monitor