.TH "CPUPOWER\-FREQUENCY\-INFO" "1" "0.1" "" "cpupower Manual" .SH "NAME" .LP cpupower\-frequency\-info \- Utility to retrieve cpufreq kernel information .SH "SYNTAX" .LP cpupower [ \-c cpulist ] frequency\-info [\fIoptions\fP] .SH "DESCRIPTION" .LP A small tool which prints out cpufreq information helpful to developers and interested users. .SH "OPTIONS" .LP .TP \fB\-e\fR \fB\-\-debug\fR Prints out debug information. .TP \fB\-f\fR \fB\-\-freq\fR Get frequency the CPU currently runs at, according to the cpufreq core. .TP \fB\-w\fR \fB\-\-hwfreq\fR Get frequency the CPU currently runs at, by reading it from hardware (only available to root). .TP \fB\-l\fR \fB\-\-hwlimits\fR Determine the minimum and maximum CPU frequency allowed. .TP \fB\-d\fR \fB\-\-driver\fR Determines the used cpufreq kernel driver. .TP \fB\-p\fR \fB\-\-policy\fR Gets the currently used cpufreq policy. .TP \fB\-g\fR \fB\-\-governors\fR Determines available cpufreq governors. .TP \fB\-a\fR \fB\-\-related\-cpus\fR Determines which CPUs run at the same hardware frequency. .TP \fB\-a\fR \fB\-\-affected\-cpus\fR Determines which CPUs need to have their frequency coordinated by software. .TP \fB\-s\fR \fB\-\-stats\fR Shows cpufreq statistics if available. .TP \fB\-y\fR \fB\-\-latency\fR Determines the maximum latency on CPU frequency changes. .TP \fB\-o\fR \fB\-\-proc\fR Prints out information like provided by the /proc/cpufreq interface in 2.4. and early 2.6. kernels. .TP \fB\-m\fR \fB\-\-human\fR human\-readable output for the \-f, \-w, \-s and \-y parameters. .TP \fB\-n\fR \fB\-\-no-rounding\fR Output frequencies and latencies without rounding off values. .TP .SH "REMARKS" .LP By default only values of core zero are displayed. How to display settings of other cores is described in the cpupower(1) manpage in the \-\-cpu option section. .LP You can't specify more than one of the output specific options \-o \-e \-a \-g \-p \-d \-l \-w \-f \-y. .LP You also can't specify the \-o option combined with the \-c option. .SH "FILES" .nf \fI/sys/devices/system/cpu/cpu*/cpufreq/\fP \fI/proc/cpufreq\fP (deprecated) \fI/proc/sys/cpu/\fP (deprecated) .fi .SH "AUTHORS" .nf Dominik Brodowski \- author Mattia Dongili \- first autolibtoolization .fi .SH "SEE ALSO" .LP cpupower\-frequency\-set(1), cpupower(1) ds-private-remove'/>
path: root/net/ipv6
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-12-25 14:05:56 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2016-12-25 14:05:56 -0800
commitb272f732f888d4cf43c943a40c9aaa836f9b7431 (patch)
treeda9cac6b9d12b83592c16d3503c0e3f2f00f146f /net/ipv6
parent10bbe7599e2755d3f3e100103967788b8b5a4bce (diff)
parent008b69e4d52f2cbee3ed0d0502edd78155000b1a (diff)
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull SMP hotplug notifier removal from Thomas Gleixner: "This is the final cleanup of the hotplug notifier infrastructure. The series has been reintgrated in the last two days because there came a new driver using the old infrastructure via the SCSI tree. Summary: - convert the last leftover drivers utilizing notifiers - fixup for a completely broken hotplug user - prevent setup of already used states - removal of the notifiers - treewide cleanup of hotplug state names - consolidation of state space There is a sphinx based documentation pending, but that needs review from the documentation folks" * 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: irqchip/armada-xp: Consolidate hotplug state space irqchip/gic: Consolidate hotplug state space coresight/etm3/4x: Consolidate hotplug state space cpu/hotplug: Cleanup state names cpu/hotplug: Remove obsolete cpu hotplug register/unregister functions staging/lustre/libcfs: Convert to hotplug state machine scsi/bnx2i: Convert to hotplug state machine scsi/bnx2fc: Convert to hotplug state machine cpu/hotplug: Prevent overwriting of callbacks x86/msr: Remove bogus cleanup from the error path bus: arm-ccn: Prevent hotplug callback leak perf/x86/intel/cstate: Prevent hotplug callback leak ARM/imx/mmcd: Fix broken cpu hotplug handling scsi: qedi: Convert to hotplug state machine
Diffstat (limited to 'net/ipv6')